2024-12-21 21:23:23 -06:00

6 lines
61 B
C

struct FragmentShaderInput
{
vec4 color;
vec2 uv;
};