Fix shader type
This commit is contained in:
parent
9f38b820cc
commit
d8edd92034
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue