Implement GL_NV_cooperative_matrix

This commit is contained in:
Jeff Bolz
2019-02-19 13:10:32 -06:00
parent ec484527b6
commit 4605e2ed2b
37 changed files with 5630 additions and 4211 deletions

View File

@@ -1,8 +1,8 @@
constErrors.frag
ERROR: 0:14: 'non-constant initializer' : not supported for this version or the enabled extensions
ERROR: 0:17: '' : array size must be a constant integer expression
ERROR: 0:18: '' : array size must be a constant integer expression
ERROR: 0:19: '' : array size must be a constant integer expression
ERROR: 0:17: '' : array size must be a constant integer expression
ERROR: 0:18: '' : array size must be a constant integer expression
ERROR: 0:19: '' : array size must be a constant integer expression
ERROR: 0:27: '=' : global const initializers must be constant ' const structure{ global 3-component vector of float v3, global 2-component vector of int iv2}'
ERROR: 0:33: '=' : global const initializers must be constant ' const structure{ global 3-component vector of float v3, global 2-component vector of int iv2, global 2X4 matrix of float m}'
ERROR: 6 compilation errors. No code generated.