Preparing search index...
The search index is not available
wtc-gl
wtc-gl
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
cull
Face
?:
number
Optional
depth
Func
depth
Func
?:
number
Optional
depth
Test
depth
Test
?:
boolean
Optional
depth
Write
depth
Write
?:
boolean
fragment
fragment
:
string
Optional
front
Face
front
Face
?:
number
Optional
transform
Feedback
Varyings
transform
Feedback
Varyings
?:
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...