Searched refs:dither (Results 1 – 6 of 6) sorted by relevance
99 if (auto dither = obr.Create<SCENE_NS::IDither>(SCENE_NS::ClassId::Dither)) { in Build() local100 META_NS::SetValue(interface_cast<META_NS::INamed>(dither)->Name(), "Dither"); in Build()101 META_NS::SetValue(Dither(), dither); in Build()187 if (auto dither = interface_cast<IPostProcessEffectPrivate>(META_NS::GetValue(Dither()))) { in SetEntity() local188 dither->Bind(ecsObject_, sh, preferEcsValues); in SetEntity()
110 vec4 dither; member
63 …pushData.dither = currentRenderPostProcessConfiguration_.factors[PostProcessConfiguration::INDEX_D… in FillPushConstant()
381 bool dither = false; in SetDither() local382 GET_BOOLEAN_PARAM(ARGC_ZERO, dither); in SetDither()
5924 setDither(dither: boolean) : void5934 | dither | boolean | 是 | 是否开启画笔的抖动绘制效果。true表示开启,false表示关闭。 |
5924 setDither(dither: boolean) : void5934 | dither | boolean | Yes | Whether to enable dithering. The value **true** means to enable ditheri…