Sebastien Vandenberghe 6 years ago
parent
commit
45b85ad22c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Shaders/ShadersInclude/pbrUboDeclaration.fx

+ 1 - 1
src/Shaders/ShadersInclude/pbrUboDeclaration.fx

@@ -125,7 +125,7 @@ uniform Material
     uniform vec3 vSphericalYZ;
     uniform vec3 vSphericalZX;
 
-    // Image Processing WEBGPU Hack
+    // Image Processing TODO WEBGPU Hack
     #ifdef WEBGPU
 	uniform float exposureLinear;
 	uniform float contrast;