Fixed most vulkan validation layers

This commit is contained in:
antopilo
2025-04-15 19:33:46 -04:00
parent 710d63ad98
commit a46ee129f0
23 changed files with 59 additions and 50 deletions

View File

@@ -91,7 +91,8 @@ struct ModelPushConstant
ModelPushConstant pushConstants;
// Outputs
struct VSOutput {
struct VSOutput
{
float4 Position : SV_Position;
};