GLSL 4.6: Implement draw parameters.
This commit is contained in:
6
Test/spv.460.vert
Normal file
6
Test/spv.460.vert
Normal file
@@ -0,0 +1,6 @@
|
||||
#version 460
|
||||
|
||||
void main()
|
||||
{
|
||||
int a = gl_BaseVertex + gl_BaseInstance + gl_DrawID;
|
||||
}
|
||||
Reference in New Issue
Block a user