This commit is contained in:
lizzie
2026-06-10 09:55:54 +00:00
parent 19a5af2a8e
commit b0ac3da654
4 changed files with 46 additions and 8 deletions
-1
View File
@@ -10,7 +10,6 @@
#define BINDING_COLOR_TEXTURE 0
#endif
layout (location = 0) in vec2 texcoord;
layout (location = 0) out vec4 frag_color;
layout (binding = BINDING_COLOR_TEXTURE) uniform sampler2DMS input_texture;