Add builtin constants
Add builtin constants: gl_MaxFragmentUniformVectors and gl_MaxVertexUniformVectors. They should both be available since version 410 for core.
This commit is contained in:
parent
6334d594f6
commit
ac6b7cf581
3 changed files with 21 additions and 0 deletions
|
|
@ -6,4 +6,5 @@ in dmat4 dm4;
|
|||
|
||||
void main()
|
||||
{
|
||||
int test = gl_MaxFragmentUniformVectors;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue