wtc-gl
Preparing search index...
ProgramOptions
Interface ProgramOptions
interface
ProgramOptions
{
cullFace
?:
number
;
depthFunc
?:
number
;
depthTest
?:
boolean
;
depthWrite
?:
boolean
;
fragment
:
string
;
frontFace
?:
number
;
transformFeedbackVaryings
?:
string
[]
;
transparent
?:
boolean
;
uniforms
?:
WTCGLUniformArray
;
vertex
:
string
;
}
Index
Properties
cull
Face?
depth
Func?
depth
Test?
depth
Write?
fragment
front
Face?
transform
Feedback
Varyings?
transparent?
uniforms?
vertex
Properties
Optional
cull
Face
cullFace
?:
number
Optional
depth
Func
depthFunc
?:
number
Optional
depth
Test
depthTest
?:
boolean
Optional
depth
Write
depthWrite
?:
boolean
fragment
fragment
:
string
Optional
front
Face
frontFace
?:
number
Optional
transform
Feedback
Varyings
transformFeedbackVaryings
?:
string
[]
Optional
transparent
transparent
?:
boolean
Optional
uniforms
uniforms
?:
WTCGLUniformArray
vertex
vertex
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cull
Face
depth
Func
depth
Test
depth
Write
fragment
front
Face
transform
Feedback
Varyings
transparent
uniforms
vertex
wtc-gl
Loading...