UNPKG

3.01 kBJavaScriptView Raw
1module.exports = [
2 'gl_Position'
3 , 'gl_PointSize'
4 , 'gl_ClipVertex'
5 , 'gl_FragCoord'
6 , 'gl_FrontFacing'
7 , 'gl_FragColor'
8 , 'gl_FragData'
9 , 'gl_FragDepth'
10 , 'gl_Color'
11 , 'gl_SecondaryColor'
12 , 'gl_Normal'
13 , 'gl_Vertex'
14 , 'gl_MultiTexCoord0'
15 , 'gl_MultiTexCoord1'
16 , 'gl_MultiTexCoord2'
17 , 'gl_MultiTexCoord3'
18 , 'gl_MultiTexCoord4'
19 , 'gl_MultiTexCoord5'
20 , 'gl_MultiTexCoord6'
21 , 'gl_MultiTexCoord7'
22 , 'gl_FogCoord'
23 , 'gl_MaxLights'
24 , 'gl_MaxClipPlanes'
25 , 'gl_MaxTextureUnits'
26 , 'gl_MaxTextureCoords'
27 , 'gl_MaxVertexAttribs'
28 , 'gl_MaxVertexUniformComponents'
29 , 'gl_MaxVaryingFloats'
30 , 'gl_MaxVertexTextureImageUnits'
31 , 'gl_MaxCombinedTextureImageUnits'
32 , 'gl_MaxTextureImageUnits'
33 , 'gl_MaxFragmentUniformComponents'
34 , 'gl_MaxDrawBuffers'
35 , 'gl_ModelViewMatrix'
36 , 'gl_ProjectionMatrix'
37 , 'gl_ModelViewProjectionMatrix'
38 , 'gl_TextureMatrix'
39 , 'gl_NormalMatrix'
40 , 'gl_ModelViewMatrixInverse'
41 , 'gl_ProjectionMatrixInverse'
42 , 'gl_ModelViewProjectionMatrixInverse'
43 , 'gl_TextureMatrixInverse'
44 , 'gl_ModelViewMatrixTranspose'
45 , 'gl_ProjectionMatrixTranspose'
46 , 'gl_ModelViewProjectionMatrixTranspose'
47 , 'gl_TextureMatrixTranspose'
48 , 'gl_ModelViewMatrixInverseTranspose'
49 , 'gl_ProjectionMatrixInverseTranspose'
50 , 'gl_ModelViewProjectionMatrixInverseTranspose'
51 , 'gl_TextureMatrixInverseTranspose'
52 , 'gl_NormalScale'
53 , 'gl_DepthRangeParameters'
54 , 'gl_DepthRange'
55 , 'gl_ClipPlane'
56 , 'gl_PointParameters'
57 , 'gl_Point'
58 , 'gl_MaterialParameters'
59 , 'gl_FrontMaterial'
60 , 'gl_BackMaterial'
61 , 'gl_LightSourceParameters'
62 , 'gl_LightSource'
63 , 'gl_LightModelParameters'
64 , 'gl_LightModel'
65 , 'gl_LightModelProducts'
66 , 'gl_FrontLightModelProduct'
67 , 'gl_BackLightModelProduct'
68 , 'gl_LightProducts'
69 , 'gl_FrontLightProduct'
70 , 'gl_BackLightProduct'
71 , 'gl_FogParameters'
72 , 'gl_Fog'
73 , 'gl_TextureEnvColor'
74 , 'gl_EyePlaneS'
75 , 'gl_EyePlaneT'
76 , 'gl_EyePlaneR'
77 , 'gl_EyePlaneQ'
78 , 'gl_ObjectPlaneS'
79 , 'gl_ObjectPlaneT'
80 , 'gl_ObjectPlaneR'
81 , 'gl_ObjectPlaneQ'
82 , 'gl_FrontColor'
83 , 'gl_BackColor'
84 , 'gl_FrontSecondaryColor'
85 , 'gl_BackSecondaryColor'
86 , 'gl_TexCoord'
87 , 'gl_FogFragCoord'
88 , 'gl_Color'
89 , 'gl_SecondaryColor'
90 , 'gl_TexCoord'
91 , 'gl_FogFragCoord'
92 , 'gl_PointCoord'
93 , 'radians'
94 , 'degrees'
95 , 'sin'
96 , 'cos'
97 , 'tan'
98 , 'asin'
99 , 'acos'
100 , 'atan'
101 , 'pow'
102 , 'exp'
103 , 'log'
104 , 'exp2'
105 , 'log2'
106 , 'sqrt'
107 , 'inversesqrt'
108 , 'abs'
109 , 'sign'
110 , 'floor'
111 , 'ceil'
112 , 'fract'
113 , 'mod'
114 , 'min'
115 , 'max'
116 , 'clamp'
117 , 'mix'
118 , 'step'
119 , 'smoothstep'
120 , 'length'
121 , 'distance'
122 , 'dot'
123 , 'cross'
124 , 'normalize'
125 , 'faceforward'
126 , 'reflect'
127 , 'refract'
128 , 'matrixCompMult'
129 , 'lessThan'
130 , 'lessThanEqual'
131 , 'greaterThan'
132 , 'greaterThanEqual'
133 , 'equal'
134 , 'notEqual'
135 , 'any'
136 , 'all'
137 , 'not'
138 , 'texture2D'
139 , 'texture2DProj'
140 , 'texture2DLod'
141 , 'texture2DProjLod'
142 , 'textureCube'
143 , 'textureCubeLod'
144]