Fix shader type

This commit is contained in:
Sascha Willems 2025-02-09 20:00:44 +01:00
parent 9f38b820cc
commit d8edd92034

View file

@ -27,7 +27,7 @@ struct PushConstants
[[vk::push_constant]] [[vk::push_constant]]
PushConstants pushConstants; PushConstants pushConstants;
[shader("fragment")] [shader("vertex")]
VSOutput main(VSInput input) VSOutput main(VSInput input)
{ {
VSOutput output; VSOutput output;