SPIRV-Cross/reference/opt/shaders/asm/frag/undef-variable-store.asm.frag

10 lines
131 B
GLSL
Raw Normal View History

2017-11-22 11:08:06 +00:00
#version 450
layout(location = 0) out vec4 _entryPointOutput;
void main()
{
_entryPointOutput = vec4(1.0, 1.0, 0.0, 1.0);
2017-11-22 11:08:06 +00:00
}