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

10 lines
106 B
GLSL

// Test Y negation from entry point return
float4 pos;
float4 main() : SV_Position
{
return pos;
}