Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
roeas committed Dec 25, 2023
1 parent afea690 commit fd0b7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/Source/Runtime/Rendering/WorldRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ constexpr const char* lutTexture = "Textures/lut/ibl_brdf_lut.d

constexpr const char* cameraPos = "u_cameraPos";
constexpr const char* albedoColor = "u_albedoColor";
constexpr const char* emissiveColorAndFactor = "u_emissiveColorAndFactor";
constexpr const char* emissiveColorAndFactor = "u_emissiveColorAndFactor";
constexpr const char* metallicRoughnessFactor = "u_metallicRoughnessFactor";

constexpr const char* albedoUVOffsetAndScale = "u_albedoUVOffsetAndScale";
Expand Down

0 comments on commit fd0b7ef

Please sign in to comment.