Parser & SPV: Implement two extensions regarding GLSL sparse texture.
Implement extension "GL_ARB_sparse_texture2". Implement extension "GL_ARB_sparse_texture_clamp".
This commit is contained in:
parent
e23c9849c2
commit
48edadfd24
12 changed files with 1621 additions and 151 deletions
|
|
@ -66,6 +66,8 @@ spv.qualifiers.vert
|
|||
spv.shiftOps.frag
|
||||
spv.simpleFunctionCall.frag
|
||||
spv.simpleMat.vert
|
||||
spv.sparseTexture.frag
|
||||
spv.sparseTextureClamp.frag
|
||||
spv.structAssignment.frag
|
||||
spv.structDeref.frag
|
||||
spv.structure.frag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue