@@ -148,16 +148,16 @@ BufferInterfaceBlock const& UibGenerator::getPerViewUib() noexcept {
148148 { " dynReserved2" , 0 , Type::INT },
149149
150150 { " iblLuminance" , 0 , Type::FLOAT, Precision::DEFAULT, FeatureLevel::FEATURE_LEVEL_0 },
151- { " iblRoughnessOneLevel" , 0 , Type::FLOAT, Precision::DEFAULT, FeatureLevel::FEATURE_LEVEL_0 },
151+ { " iblRoughnessOneLevel" , 0 , Type::FLOAT },
152152 { " iblSH" , 9 , Type::FLOAT3 },
153153
154154 // ------------------------------------------------------------------------------------
155155 // Directional Lighting [variant: DIR]
156156 // ------------------------------------------------------------------------------------
157- { " lightDirection" , 0 , Type::FLOAT3, Precision::HIGH, FeatureLevel::FEATURE_LEVEL_0 },
157+ { " lightDirection" , 0 , Type::FLOAT3, Precision::HIGH },
158158 { " padding0" , 0 , Type::FLOAT },
159- { " lightColorIntensity" , 0 , Type::FLOAT4, Precision::DEFAULT, FeatureLevel::FEATURE_LEVEL_0 },
160- { " sun" , 0 , Type::FLOAT4, Precision::DEFAULT, FeatureLevel::FEATURE_LEVEL_0 },
159+ { " lightColorIntensity" , 0 , Type::FLOAT4, Precision::DEFAULT },
160+ { " sun" , 0 , Type::FLOAT4, Precision::DEFAULT },
161161 { " shadowFarAttenuationParams" , 0 , Type::FLOAT2, Precision::HIGH },
162162
163163 // ------------------------------------------------------------------------------------
0 commit comments