mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-22 20:03:06 +00:00
15 lines
248 B
GLSL
15 lines
248 B
GLSL
![]() |
#version 330
|
||
|
|
||
|
#ifdef GL_SPIRV
|
||
|
#error GL_SPIRV is set ( correct, not an error )
|
||
|
#if GL_SPIRV == 100
|
||
|
#error GL_SPIR is 100
|
||
|
#endif
|
||
|
#endif
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
layout(input_attachment_index = 1) uniform subpassInput sub; // ERROR, no inputs
|