webgl-dsl
Preparing search index...
ProgramSource
Type Alias ProgramSource<Uniforms, Attributes, Instances>
type
ProgramSource
<
Uniforms
extends
TypeMap
,
Attributes
extends
TypeMap
,
Instances
extends
TypeMap
,
>
=
{
attributes
:
Attributes
;
fragment
:
string
;
instances
:
Instances
;
uniforms
:
Uniforms
;
vertex
:
string
;
}
Type Parameters
Uniforms
extends
TypeMap
Attributes
extends
TypeMap
Instances
extends
TypeMap
Index
Properties
attributes
fragment
instances
uniforms
vertex
Properties
attributes
attributes
:
Attributes
fragment
fragment
:
string
instances
instances
:
Instances
uniforms
uniforms
:
Uniforms
vertex
vertex
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
fragment
instances
uniforms
vertex
webgl-dsl
Loading...