mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Fixed most vulkan validation layers
This commit is contained in:
@@ -91,7 +91,8 @@ struct ModelPushConstant
|
||||
ModelPushConstant pushConstants;
|
||||
|
||||
// Outputs
|
||||
struct VSOutput {
|
||||
struct VSOutput
|
||||
{
|
||||
float4 Position : SV_Position;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user