@@ -182,16 +182,16 @@ BufferInterfaceBlock const& UibGenerator::getPerViewUib() noexcept {
182182 // ------------------------------------------------------------------------------------
183183 // Fog [variant: FOG]
184184 // ------------------------------------------------------------------------------------
185- { " fogDensity" , 0 , Type::FLOAT3,Precision::HIGH, FeatureLevel::FEATURE_LEVEL_0 },
185+ { " fogDensity" , 0 , Type::FLOAT3,Precision::HIGH },
186186 { " fogStart" , 0 , Type::FLOAT, Precision::HIGH, FeatureLevel::FEATURE_LEVEL_0 },
187- { " fogMaxOpacity" , 0 , Type::FLOAT, Precision::DEFAULT, FeatureLevel::FEATURE_LEVEL_0 },
187+ { " fogMaxOpacity" , 0 , Type::FLOAT, Precision::DEFAULT },
188188 { " fogMinMaxMip" , 0 , Type::UINT, Precision::HIGH },
189- { " fogHeightFalloff" , 0 , Type::FLOAT, Precision::HIGH, FeatureLevel::FEATURE_LEVEL_0 },
189+ { " fogHeightFalloff" , 0 , Type::FLOAT, Precision::HIGH },
190190 { " fogCutOffDistance" , 0 , Type::FLOAT, Precision::HIGH, FeatureLevel::FEATURE_LEVEL_0 },
191191 { " fogColor" , 0 , Type::FLOAT3, Precision::DEFAULT, FeatureLevel::FEATURE_LEVEL_0 },
192- { " fogColorFromIbl" , 0 , Type::FLOAT, Precision::DEFAULT, FeatureLevel::FEATURE_LEVEL_0 },
193- { " fogInscatteringStart" , 0 , Type::FLOAT, Precision::HIGH, FeatureLevel::FEATURE_LEVEL_0 },
194- { " fogInscatteringSize" , 0 , Type::FLOAT, Precision::DEFAULT, FeatureLevel::FEATURE_LEVEL_0 },
192+ { " fogColorFromIbl" , 0 , Type::FLOAT, Precision::DEFAULT },
193+ { " fogInscatteringStart" , 0 , Type::FLOAT, Precision::HIGH },
194+ { " fogInscatteringSize" , 0 , Type::FLOAT, Precision::DEFAULT },
195195 { " fogOneOverFarMinusNear" , 0 , Type::FLOAT, Precision::HIGH },
196196 { " fogNearOverFarMinusNear" , 0 , Type::FLOAT, Precision::HIGH },
197197 { " fogFromWorldMatrix" , 0 , Type::MAT3, Precision::HIGH, FeatureLevel::FEATURE_LEVEL_0 },
0 commit comments