WIP: SPV Remapper: add remapper test framework
This commit is contained in:
parent
4c3a7fd100
commit
a8456415b8
52 changed files with 3067 additions and 9 deletions
12
Test/baseResults/remap.basic.dcevartype.frag.out
Normal file
12
Test/baseResults/remap.basic.dcevartype.frag.out
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
remap.basic.dcevartype.frag
|
||||
ERROR: #version: ES shaders for Vulkan SPIR-V require version 310 or higher
|
||||
Warning, version 310 is not yet complete; most version-specific features are present, but some are missing.
|
||||
ERROR: 1 compilation errors. No code generated.
|
||||
|
||||
|
||||
|
||||
Linked fragment stage:
|
||||
|
||||
ERROR: Linking fragment stage: Missing entry point: Each stage requires one "void main()" entry point
|
||||
|
||||
SPIR-V is not generated for failed compile or link
|
||||
Loading…
Add table
Add a link
Reference in a new issue