match confs

This commit is contained in:
lizzie
2026-06-10 09:08:10 +00:00
parent f63c5a6b61
commit 19a5af2a8e
2 changed files with 51 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#define BINDING_COLOR_TEXTURE 0
#endif
layout (location = 0) in vec4 posPos;
layout (location = 0) in vec2 texcoord;
layout (location = 0) out vec4 frag_color;
layout (binding = BINDING_COLOR_TEXTURE) uniform sampler2DMS input_texture;