David Gonzalez Martin be2de1d672 Render a texture
2024-11-10 08:48:46 -06:00

10 lines
129 B
GLSL

#version 450
layout(constant_id = 3) const int a = 2;
layout(push_constant) uniform pc { float f; };
void main()
{
}