This commit is contained in:
ohyzha
2024-07-19 10:17:45 +03:00
parent cfb8b76801
commit a28b4ab53c
7 changed files with 57 additions and 62 deletions

View File

@@ -3,6 +3,7 @@
layout(location = 0) in vec4 color;
layout(location = 1) in vec2 texCoord;
layout(location = 0) out vec4 outColor;
layout(set = 2, binding = 0) uniform sampler2D texSampler;
void main()