Preparing search index...
The search index is not available
wmapglextThree
wmapglextThree
three
WebGLProgram
Class WebGLProgram
Index
Constructors
constructor
Properties
name
id
cache
Key
used
Times
program
vertex
Shader
fragment
Shader
uniforms
attributes
Methods
get
Uniforms
get
Attributes
destroy
Constructors
constructor
new
WebGLProgram
(
renderer
,
cacheKey
,
parameters
)
:
WebGLProgram
Parameters
renderer
:
WebGLRenderer
cacheKey
:
string
parameters
:
object
Returns
WebGLProgram
Properties
name
name
:
string
id
id
:
number
cache
Key
cache
Key
:
string
used
Times
used
Times
:
number
Default
1
Copy
program
program
:
any
vertex
Shader
vertex
Shader
:
WebGLShader
fragment
Shader
fragment
Shader
:
WebGLShader
uniforms
uniforms
:
any
Deprecated
Use
getUniforms()
instead.
attributes
attributes
:
any
Deprecated
Use
getAttributes()
instead.
Methods
get
Uniforms
get
Uniforms
(
)
:
WebGLUniforms
Returns
WebGLUniforms
get
Attributes
get
Attributes
(
)
:
any
Returns
any
destroy
destroy
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
id
cache
Key
used
Times
program
vertex
Shader
fragment
Shader
uniforms
attributes
Methods
get
Uniforms
get
Attributes
destroy
wmapglextThree
Loading...
Default