Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
358dd560
Commit
358dd560
authored
Sep 09, 2015
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test results for pull request #68, SPIRV: Decorate matrices and arrays with their strides.
parent
d2386d0e
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
126 additions
and
5 deletions
+126
-5
preprocessor.defined.vert.err
Test/baseResults/preprocessor.defined.vert.err
+4
-4
spv.140.frag.out
Test/baseResults/spv.140.frag.out
+9
-0
spv.150.geom.out
Test/baseResults/spv.150.geom.out
+4
-0
spv.150.vert.out
Test/baseResults/spv.150.vert.out
+7
-0
spv.300layout.frag.out
Test/baseResults/spv.300layout.frag.out
+1
-0
spv.300layoutp.vert.out
Test/baseResults/spv.300layoutp.vert.out
+9
-0
spv.330.geom.out
Test/baseResults/spv.330.geom.out
+5
-0
spv.400.tesc.out
Test/baseResults/spv.400.tesc.out
+15
-0
spv.400.tese.out
Test/baseResults/spv.400.tese.out
+14
-0
spv.430.vert.out
Test/baseResults/spv.430.vert.out
+5
-0
spv.atomic.comp.out
Test/baseResults/spv.atomic.comp.out
+4
-0
spv.dataOut.frag.out
Test/baseResults/spv.dataOut.frag.out
+1
-0
spv.dataOutIndirect.frag.out
Test/baseResults/spv.dataOutIndirect.frag.out
+1
-0
spv.dataOutIndirect.vert.out
Test/baseResults/spv.dataOutIndirect.vert.out
+1
-0
spv.length.frag.out
Test/baseResults/spv.length.frag.out
+2
-0
spv.localAggregates.frag.out
Test/baseResults/spv.localAggregates.frag.out
+5
-0
spv.prepost.frag.out
Test/baseResults/spv.prepost.frag.out
+8
-0
spv.simpleMat.vert.out
Test/baseResults/spv.simpleMat.vert.out
+1
-0
spv.structDeref.frag.out
Test/baseResults/spv.structDeref.frag.out
+6
-0
spv.structure.frag.out
Test/baseResults/spv.structure.frag.out
+10
-0
spv.uniformArray.frag.out
Test/baseResults/spv.uniformArray.frag.out
+2
-0
spv.variableArrayIndex.frag.out
Test/baseResults/spv.variableArrayIndex.frag.out
+7
-0
spv.varyingArray.frag.out
Test/baseResults/spv.varyingArray.frag.out
+2
-0
spv.varyingArrayIndirect.frag.out
Test/baseResults/spv.varyingArrayIndirect.frag.out
+2
-0
revision.h
glslang/Include/revision.h
+1
-1
No files found.
Test/baseResults/preprocessor.defined.vert.err
View file @
358dd560
ERROR: 0:2: '#define' : "defined" can't be (un)defined: defined
ERROR: 1 compilation errors. No code generated.
ERROR: 0:2: '#define' : "defined" can't be (un)defined: defined
ERROR: 1 compilation errors. No code generated.
Test/baseResults/spv.140.frag.out
View file @
358dd560
...
...
@@ -32,20 +32,29 @@ Linked fragment stage:
MemberName 90(bn) 4 "matrdef"
Name 92 ""
Decorate 17(gl_FrontFacing) BuiltIn FrontFacing
Decorate 32 ArrayStride 4
Decorate 34(gl_ClipDistance) Smooth
Decorate 34(gl_ClipDistance) BuiltIn ClipDistance
Decorate 43(k) Smooth
Decorate 84 ArrayStride 4
Decorate 86(samp2Da) NoStaticUse
Decorate 89 ArrayStride 64
Decorate 89 ArrayStride 64
MemberDecorate 90(bn) 0 RowMajor
MemberDecorate 90(bn) 0 Offset 0
MemberDecorate 90(bn) 0 MatrixStride 16
MemberDecorate 90(bn) 1 ColMajor
MemberDecorate 90(bn) 1 Offset 256
MemberDecorate 90(bn) 1 MatrixStride 16
MemberDecorate 90(bn) 2 RowMajor
MemberDecorate 90(bn) 2 Offset 512
MemberDecorate 90(bn) 2 MatrixStride 16
MemberDecorate 90(bn) 3 ColMajor
MemberDecorate 90(bn) 3 Offset 576
MemberDecorate 90(bn) 3 MatrixStride 16
MemberDecorate 90(bn) 4 RowMajor
MemberDecorate 90(bn) 4 Offset 640
MemberDecorate 90(bn) 4 MatrixStride 16
Decorate 90(bn) Block
Decorate 92 NoStaticUse
2: TypeVoid
...
...
Test/baseResults/spv.150.geom.out
View file @
358dd560
...
...
@@ -43,16 +43,20 @@ Linked geometry stage:
Decorate 9(fromVertex) Stream 3
Decorate 11 Stream 3
Decorate 14(fromVertex) Block
Decorate 17 ArrayStride 16
Decorate 27 ArrayStride 4
MemberDecorate 28(gl_PerVertex) 0 BuiltIn Position
MemberDecorate 28(gl_PerVertex) 1 BuiltIn PointSize
MemberDecorate 28(gl_PerVertex) 2 BuiltIn ClipDistance
Decorate 28(gl_PerVertex) Block
Decorate 28(gl_PerVertex) Stream 0
Decorate 30 Stream 0
Decorate 27 ArrayStride 4
MemberDecorate 31(gl_PerVertex) 0 BuiltIn Position
MemberDecorate 31(gl_PerVertex) 1 BuiltIn PointSize
MemberDecorate 31(gl_PerVertex) 2 BuiltIn ClipDistance
Decorate 31(gl_PerVertex) Block
Decorate 32 ArrayStride 16
Decorate 48(gl_PrimitiveID) Stream 0
Decorate 48(gl_PrimitiveID) BuiltIn PrimitiveId
Decorate 50(gl_PrimitiveIDIn) BuiltIn PrimitiveId
...
...
Test/baseResults/spv.150.vert.out
View file @
358dd560
...
...
@@ -39,11 +39,18 @@ Linked vertex stage:
Name 49 "ui"
Name 51 "gl_VertexID"
Name 52 "gl_InstanceID"
Decorate 11 ArrayStride 4
Decorate 13 ArrayStride 16
MemberDecorate 14(gl_PerVertex) 0 Invariant
MemberDecorate 14(gl_PerVertex) 0 BuiltIn Position
MemberDecorate 14(gl_PerVertex) 1 BuiltIn PointSize
MemberDecorate 14(gl_PerVertex) 2 BuiltIn ClipDistance
Decorate 14(gl_PerVertex) Block
Decorate 11 ArrayStride 4
Decorate 35 ArrayStride 16
Decorate 37 ArrayStride 64
Decorate 37 ArrayStride 64
Decorate 35 ArrayStride 16
Decorate 49(ui) NoStaticUse
Decorate 51(gl_VertexID) BuiltIn VertexId
Decorate 51(gl_VertexID) NoStaticUse
...
...
Test/baseResults/spv.300layout.frag.out
View file @
358dd560
...
...
@@ -28,6 +28,7 @@ Linked fragment stage:
Decorate 12(color) Smooth
MemberDecorate 14(S) 0 RelaxedPrecision
MemberDecorate 14(S) 1 RelaxedPrecision
Decorate 25 ArrayStride 16
Decorate 27(p) RelaxedPrecision
Decorate 27(p) Location 3
Decorate 30(pos) RelaxedPrecision
...
...
Test/baseResults/spv.300layoutp.vert.out
View file @
358dd560
...
...
@@ -46,24 +46,33 @@ Linked vertex stage:
Decorate 12(p) Location 3
MemberDecorate 18(Transform) 0 RowMajor
MemberDecorate 18(Transform) 0 Offset 0
MemberDecorate 18(Transform) 0 MatrixStride 16
MemberDecorate 18(Transform) 1 ColMajor
MemberDecorate 18(Transform) 1 Offset 64
MemberDecorate 18(Transform) 1 MatrixStride 16
MemberDecorate 18(Transform) 2 RowMajor
MemberDecorate 18(Transform) 2 Offset 128
MemberDecorate 18(Transform) 2 MatrixStride 16
MemberDecorate 18(Transform) 3 Offset 176
Decorate 18(Transform) Block
Decorate 33 ArrayStride 12
MemberDecorate 34(T3) 0 ColMajor
MemberDecorate 34(T3) 0 MatrixStride 16
MemberDecorate 34(T3) 1 RowMajor
MemberDecorate 34(T3) 1 MatrixStride 16
MemberDecorate 34(T3) 2 ColMajor
MemberDecorate 34(T3) 2 MatrixStride 16
Decorate 34(T3) GLSLShared
Decorate 34(T3) Block
MemberDecorate 44(T2) 1 RowMajor
MemberDecorate 44(T2) 1 MatrixStride 16
Decorate 44(T2) GLSLShared
Decorate 44(T2) Block
Decorate 52(color) Smooth
Decorate 54(c) Location 7
Decorate 62(iout) Flat
Decorate 74(aiv2) Location 9
Decorate 33 ArrayStride 12
Decorate 110(gl_VertexID) BuiltIn VertexId
Decorate 110(gl_VertexID) NoStaticUse
Decorate 111(gl_InstanceID) BuiltIn InstanceId
...
...
Test/baseResults/spv.330.geom.out
View file @
358dd560
...
...
@@ -26,14 +26,19 @@ Linked geometry stage:
MemberName 17(gl_PerVertex) 0 "gl_Position"
MemberName 17(gl_PerVertex) 1 "gl_ClipDistance"
Name 21 "gl_in"
Decorate 11 ArrayStride 4
MemberDecorate 12(gl_PerVertex) 0 BuiltIn Position
MemberDecorate 12(gl_PerVertex) 1 BuiltIn ClipDistance
Decorate 12(gl_PerVertex) Block
Decorate 12(gl_PerVertex) Stream 0
Decorate 14 Stream 0
Decorate 11 ArrayStride 4
MemberDecorate 17(gl_PerVertex) 0 BuiltIn Position
MemberDecorate 17(gl_PerVertex) 1 BuiltIn ClipDistance
Decorate 17(gl_PerVertex) Block
Decorate 19 ArrayStride 16
Decorate 11 ArrayStride 4
Decorate 11 ArrayStride 4
2: TypeVoid
3: TypeFunction 2
7: TypeFloat 32
...
...
Test/baseResults/spv.400.tesc.out
View file @
358dd560
...
...
@@ -47,29 +47,44 @@ Linked tessellation control stage:
Name 86 "ivlb"
Name 89 "ovla"
Name 90 "ovlb"
Decorate 19 ArrayStride 4
Decorate 20(gl_PerVertex) Block
Decorate 22 ArrayStride 16
Decorate 19 ArrayStride 4
Decorate 41(gl_PatchVerticesIn) BuiltIn PatchVertices
Decorate 44(gl_PrimitiveID) BuiltIn PrimitiveId
Decorate 47(gl_InvocationID) BuiltIn InvocationId
Decorate 19 ArrayStride 4
MemberDecorate 49(gl_PerVertex) 0 BuiltIn Position
MemberDecorate 49(gl_PerVertex) 1 BuiltIn PointSize
MemberDecorate 49(gl_PerVertex) 2 BuiltIn ClipDistance
Decorate 49(gl_PerVertex) Block
Decorate 51 ArrayStride 16
Decorate 19 ArrayStride 4
Decorate 62 ArrayStride 4
Decorate 64(gl_TessLevelOuter) Patch
Decorate 64(gl_TessLevelOuter) BuiltIn TessLevelOuter
Decorate 69 ArrayStride 4
Decorate 71(gl_TessLevelInner) Patch
Decorate 71(gl_TessLevelInner) BuiltIn TessLevelInner
Decorate 74 ArrayStride 4
Decorate 76(outa) NoStaticUse
Decorate 77(patchOut) Patch
Decorate 77(patchOut) NoStaticUse
Decorate 79 ArrayStride 8
Decorate 81(inb) NoStaticUse
Decorate 79 ArrayStride 8
Decorate 82(ind) NoStaticUse
Decorate 83 ArrayStride 16
Decorate 85(ivla) Location 3
Decorate 85(ivla) NoStaticUse
Decorate 83 ArrayStride 16
Decorate 86(ivlb) Location 4
Decorate 86(ivlb) NoStaticUse
Decorate 87 ArrayStride 16
Decorate 89(ovla) Location 3
Decorate 89(ovla) NoStaticUse
Decorate 87 ArrayStride 16
Decorate 90(ovlb) Location 4
Decorate 90(ovlb) NoStaticUse
2: TypeVoid
...
...
Test/baseResults/spv.400.tese.out
View file @
358dd560
...
...
@@ -53,30 +53,44 @@ Linked tessellation evaluation stage:
Name 94 "ivla"
Name 95 "ivlb"
Name 98 "ovla"
Decorate 17 ArrayStride 4
Decorate 18(gl_PerVertex) Block
Decorate 20 ArrayStride 16
Decorate 17 ArrayStride 4
Decorate 39(gl_PatchVerticesIn) BuiltIn PatchVertices
Decorate 42(gl_PrimitiveID) BuiltIn PrimitiveId
Decorate 48(gl_TessCoord) BuiltIn TessCoord
Decorate 52 ArrayStride 4
Decorate 54(gl_TessLevelOuter) Patch
Decorate 54(gl_TessLevelOuter) BuiltIn TessLevelOuter
Decorate 60 ArrayStride 4
Decorate 62(gl_TessLevelInner) Patch
Decorate 62(gl_TessLevelInner) BuiltIn TessLevelInner
Decorate 66 ArrayStride 4
MemberDecorate 67(gl_PerVertex) 0 BuiltIn Position
MemberDecorate 67(gl_PerVertex) 1 BuiltIn PointSize
MemberDecorate 67(gl_PerVertex) 2 BuiltIn ClipDistance
Decorate 67(gl_PerVertex) Block
Decorate 66 ArrayStride 4
Decorate 78(patchIn) Patch
Decorate 78(patchIn) NoStaticUse
Decorate 80 ArrayStride 8
Decorate 82(inb) NoStaticUse
Decorate 80 ArrayStride 8
Decorate 83(ind) NoStaticUse
Decorate 84(testblb) Block
Decorate 85 ArrayStride 16
Decorate 87(blb) NoStaticUse
Decorate 88(testbld) Block
Decorate 89 ArrayStride 16
Decorate 91(bld) NoStaticUse
Decorate 92 ArrayStride 16
Decorate 94(ivla) Location 23
Decorate 94(ivla) NoStaticUse
Decorate 92 ArrayStride 16
Decorate 95(ivlb) Location 24
Decorate 95(ivlb) NoStaticUse
Decorate 96 ArrayStride 16
Decorate 98(ovla) Location 23
Decorate 98(ovla) NoStaticUse
2: TypeVoid
...
...
Test/baseResults/spv.430.vert.out
View file @
358dd560
...
...
@@ -35,9 +35,13 @@ Linked vertex stage:
Name 59 "sampb4"
Name 61 "gl_VertexID"
Name 62 "gl_InstanceID"
Decorate 10 ArrayStride 4
MemberDecorate 11(gl_PerVertex) 0 BuiltIn ClipDistance
Decorate 11(gl_PerVertex) Block
Decorate 10 ArrayStride 4
Decorate 22 ArrayStride 16
Decorate 35(badorder3) Flat
Decorate 10 ArrayStride 4
Decorate 43(uv4) Location 4
Decorate 43(uv4) NoStaticUse
Decorate 29 NoStaticUse
...
...
@@ -56,6 +60,7 @@ Linked vertex stage:
Decorate 51 NoStaticUse
Decorate 55(sampb1) Binding 4
Decorate 55(sampb1) NoStaticUse
Decorate 56 ArrayStride 4
Decorate 58(sampb2) Binding 5
Decorate 58(sampb2) NoStaticUse
Decorate 59(sampb4) Binding 31
...
...
Test/baseResults/spv.atomic.comp.out
View file @
358dd560
...
...
@@ -32,9 +32,13 @@ TBD functionality: Is atomic_uint an opaque handle in the uniform storage class,
Name 73 "arrY"
Name 74 "arrZ"
Decorate 22(counter) Binding 0
Decorate 28 ArrayStride 4
Decorate 30(countArr) Binding 0
Decorate 70 ArrayStride 4
Decorate 72(arrX) NoStaticUse
Decorate 70 ArrayStride 4
Decorate 73(arrY) NoStaticUse
Decorate 70 ArrayStride 4
Decorate 74(arrZ) NoStaticUse
2: TypeVoid
3: TypeFunction 2
...
...
Test/baseResults/spv.dataOut.frag.out
View file @
358dd560
...
...
@@ -18,6 +18,7 @@ Linked fragment stage:
Name 4 "main"
Name 13 "gl_FragData"
Name 17 "Color"
Decorate 11 ArrayStride 16
Decorate 13(gl_FragData) BuiltIn FragColor
Decorate 17(Color) Smooth
2: TypeVoid
...
...
Test/baseResults/spv.dataOutIndirect.frag.out
View file @
358dd560
...
...
@@ -19,6 +19,7 @@ Linked fragment stage:
Name 13 "gl_FragData"
Name 16 "i"
Name 19 "Color"
Decorate 11 ArrayStride 16
Decorate 13(gl_FragData) BuiltIn FragColor
Decorate 19(Color) Smooth
2: TypeVoid
...
...
Test/baseResults/spv.dataOutIndirect.vert.out
View file @
358dd560
...
...
@@ -21,6 +21,7 @@ Linked vertex stage:
Name 27 "color"
Name 33 "gl_Position"
Name 38 "gl_VertexID"
Decorate 22 ArrayStride 16
Decorate 24(colorOut) Smooth
Decorate 33(gl_Position) BuiltIn Position
Decorate 38(gl_VertexID) BuiltIn VertexId
...
...
Test/baseResults/spv.length.frag.out
View file @
358dd560
...
...
@@ -18,8 +18,10 @@ Linked fragment stage:
Name 15 "v"
Name 27 "gl_FragColor"
Name 33 "u"
Decorate 13 ArrayStride 8
Decorate 15(v) Smooth
Decorate 27(gl_FragColor) BuiltIn FragColor
Decorate 31 ArrayStride 16
Decorate 33(u) NoStaticUse
2: TypeVoid
3: TypeFunction 2
...
...
Test/baseResults/spv.localAggregates.frag.out
View file @
358dd560
...
...
@@ -46,11 +46,16 @@ Linked fragment stage:
Name 131 "foo"
Name 132 "foo2"
Name 134 "uFloatArray"
Decorate 35 ArrayStride 4
Decorate 41(coord) Smooth
Decorate 46 ArrayStride 4
Decorate 35 ArrayStride 4
Decorate 35 ArrayStride 4
Decorate 95(color) Smooth
Decorate 105(gl_FragColor) BuiltIn FragColor
Decorate 131(foo) NoStaticUse
Decorate 132(foo2) NoStaticUse
Decorate 35 ArrayStride 4
Decorate 134(uFloatArray) NoStaticUse
2: TypeVoid
3: TypeFunction 2
...
...
Test/baseResults/spv.prepost.frag.out
View file @
358dd560
...
...
@@ -24,6 +24,14 @@ Linked fragment stage:
Name 67 "z"
Name 74 "v"
Name 93 "gl_FragColor"
Decorate 14 ArrayStride 4
Decorate 14 ArrayStride 4
Decorate 14 ArrayStride 4
Decorate 14 ArrayStride 4
Decorate 14 ArrayStride 4
Decorate 14 ArrayStride 4
Decorate 14 ArrayStride 4
Decorate 14 ArrayStride 4
Decorate 93(gl_FragColor) BuiltIn FragColor
2: TypeVoid
3: TypeFunction 2
...
...
Test/baseResults/spv.simpleMat.vert.out
View file @
358dd560
...
...
@@ -23,6 +23,7 @@ Linked vertex stage:
Name 43 "gl_InstanceID"
Decorate 10(glPos) Smooth
Decorate 20(f) Smooth
Decorate 33 ArrayStride 64
Decorate 42(gl_VertexID) BuiltIn VertexId
Decorate 42(gl_VertexID) NoStaticUse
Decorate 43(gl_InstanceID) BuiltIn InstanceId
...
...
Test/baseResults/spv.structDeref.frag.out
View file @
358dd560
...
...
@@ -46,7 +46,13 @@ Linked fragment stage:
Name 97 "gl_FragColor"
Name 114 "sampler"
Name 120 "foo2"
Decorate 14 ArrayStride 36
Decorate 14 ArrayStride 36
Decorate 39 ArrayStride 4
Decorate 39 ArrayStride 4
Decorate 45 ArrayStride 20
Decorate 62(coord) Smooth
Decorate 39 ArrayStride 4
Decorate 97(gl_FragColor) BuiltIn FragColor
Decorate 120(foo2) NoStaticUse
2: TypeVoid
...
...
Test/baseResults/spv.structure.frag.out
View file @
358dd560
...
...
@@ -30,6 +30,16 @@ Linked fragment stage:
Name 52 "sampler"
Name 56 "coord"
Name 61 "foo"
Decorate 14 ArrayStride 4
Decorate 16 ArrayStride 4
Decorate 18 ArrayStride 16
Decorate 21 ArrayStride 160
Decorate 23 ArrayStride 1216
Decorate 14 ArrayStride 4
Decorate 21 ArrayStride 160
Decorate 18 ArrayStride 16
Decorate 21 ArrayStride 160
Decorate 16 ArrayStride 4
Decorate 47(gl_FragColor) BuiltIn FragColor
Decorate 56(coord) Smooth
Decorate 61(foo) NoStaticUse
...
...
Test/baseResults/spv.uniformArray.frag.out
View file @
358dd560
...
...
@@ -20,6 +20,8 @@ Linked fragment stage:
Name 36 "alpha"
Name 47 "gl_FragColor"
Name 52 "texSampler2D"
Decorate 13 ArrayStride 16
Decorate 34 ArrayStride 4
Decorate 47(gl_FragColor) BuiltIn FragColor
Decorate 52(texSampler2D) NoStaticUse
2: TypeVoid
...
...
Test/baseResults/spv.variableArrayIndex.frag.out
View file @
358dd560
...
...
@@ -38,8 +38,15 @@ Linked fragment stage:
Name 60 "sampler"
Name 64 "coord"
Name 70 "constructed"
Decorate 18 ArrayStride 24
Decorate 18 ArrayStride 24
Decorate 33 ArrayStride 24
Decorate 18 ArrayStride 24
Decorate 18 ArrayStride 24
Decorate 55(gl_FragColor) BuiltIn FragColor
Decorate 64(coord) Smooth
Decorate 68 ArrayStride 8
Decorate 68 ArrayStride 8
2: TypeVoid
3: TypeFunction 2
7: TypeInt 32 1
...
...
Test/baseResults/spv.varyingArray.frag.out
View file @
358dd560
...
...
@@ -26,10 +26,12 @@ Linked fragment stage:
Name 40 "alpha"
Name 45 "gl_FragColor"
Name 49 "foo"
Decorate 18 ArrayStride 16
Decorate 20(gl_TexCoord) Smooth
Decorate 35(color) Smooth
Decorate 40(alpha) Smooth
Decorate 45(gl_FragColor) BuiltIn FragColor
Decorate 47 ArrayStride 16
Decorate 49(foo) Smooth
2: TypeVoid
3: TypeFunction 2
...
...
Test/baseResults/spv.varyingArrayIndirect.frag.out
View file @
358dd560
...
...
@@ -28,7 +28,9 @@ Linked fragment stage:
Name 46 "color"
Name 51 "alpha"
Name 56 "gl_FragColor"
Decorate 18 ArrayStride 16
Decorate 20(userIn) Smooth
Decorate 29 ArrayStride 16
Decorate 31(gl_TexCoord) Smooth
Decorate 46(color) Smooth
Decorate 51(alpha) Smooth
...
...
glslang/Include/revision.h
View file @
358dd560
...
...
@@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "3.0.7
35
"
#define GLSLANG_REVISION "3.0.7
41
"
#define GLSLANG_DATE "09-Sep-2015"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment