瀏覽代碼

Fix a bug causing issues on Intel

Panagiotis Christopoulos Charitos 3 年之前
父節點
當前提交
3cc6423440
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
 {