Implement GL_EXT_demote_to_helper_invocation
This commit is contained in:
parent
4162de4bbf
commit
ba6170b534
18 changed files with 3618 additions and 3426 deletions
10
Test/spv.demoteDisabled.frag
Normal file
10
Test/spv.demoteDisabled.frag
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#version 460 core
|
||||
|
||||
void main (void)
|
||||
{
|
||||
{
|
||||
int demote = 0;
|
||||
demote;
|
||||
}
|
||||
demote;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue