Skip to content

Commit

Permalink
fix: specular name
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhhkrx committed Dec 26, 2024
1 parent e9f3480 commit d12ff04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shader-shaderlab/src/shaders/shadingPBR/BRDF.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct BRDFData{
vec3 diffuseColor;
vec3 specularColor;
float roughness;
vec3 specularDFG;
vec3 envSpecularDFG;

#ifdef MATERIAL_ENABLE_CLEAR_COAT
vec3 clearCoatSpecularColor;
Expand Down

0 comments on commit d12ff04

Please sign in to comment.