1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 07:44:59 +00:00
serenity/Userland/Libraries/LibGLSL/Tests/parser/variable-declaration.glsl
2023-08-18 15:29:48 +02:00

4 lines
64 B
GLSL

uniform vec3 u_Color;
in vec3 i_VertexColor;
out vec4 o_Color;