Skip to content

Commit 54a56b6

Browse files
GLFW Demo: fixed image format mismatch Vulkan validation warning
1 parent 945e8b2 commit 54a56b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Samples/GLFWDemo/assets/RenderStates.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"Desc": {
4040
"Name": "Generate SDF CS"
4141
},
42-
"FilePath": "GenerateSDF.hlsl"
42+
"FilePath": "GenerateSDF.hlsl",
43+
"CompileFlags": "HLSL_TO_SPIRV_VIA_GLSL"
4344
}
4445
},
4546
{

0 commit comments

Comments
 (0)