Add GL_EXT_shader_subgroup_extended_types support
This commit is contained in:
parent
8b8adf79c1
commit
c5b669e04c
40 changed files with 15825 additions and 1053 deletions
9
Test/baseResults/spv.subgroupExtendedTypesBasic.comp.out
Normal file
9
Test/baseResults/spv.subgroupExtendedTypesBasic.comp.out
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
spv.subgroupExtendedTypesBasic.comp
|
||||
ERROR: #version: compute shaders require es profile with version 310 or above, or non-es profile with version 420 or above
|
||||
ERROR: #version: statement must appear first in es-profile shader; before comments or newlines
|
||||
ERROR: 1 compilation errors. No code generated.
|
||||
|
||||
|
||||
ERROR: Linking compute stage: Missing entry point: Each stage requires one entry point
|
||||
|
||||
SPIR-V is not generated for failed compile or link
|
||||
Loading…
Add table
Add a link
Reference in a new issue