Browse Source

Fix a bug causing issues on Intel

Panagiotis Christopoulos Charitos 3 years ago
parent
commit
3cc6423440
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AnKi/Shaders/ApplyIrradianceToReflection.ankiprog

+ 1 - 1
AnKi/Shaders/ApplyIrradianceToReflection.ankiprog

@@ -17,7 +17,7 @@ layout(set = 0, binding = 2) buffer readonly b_ssbo
 	ANKI_RP Vec4 u_irradianceDice[6u];
 };
 
-layout(set = 0, binding = 3, r11f_g11f_b10f) uniform ANKI_RP imageCube u_cubeTex;
+layout(set = 0, binding = 3) coherent uniform ANKI_RP imageCube u_cubeTex;
 
 void main()
 {