mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 19:40:06 +00:00
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
|
enhanced.3.vert
|
||
|
enhanced.3.frag
|
||
|
ERROR: Linking vertex and fragment stages: Member names and types must match:
|
||
|
Block: VS_OUT
|
||
|
vertex stage: " vec2 TexCoords"
|
||
|
fragment stage: " vec2 foobar"
|
||
|
|
||
|
SPIR-V is not generated for failed compile or link
|