Hilo3d API - v2.0.0
Home
Examples
Repository
Preparing search index...
Hilo3d
GLTFProgram
Interface GLTFProgram
interface
GLTFProgram
{
attributes
?:
readonly
string
[]
;
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
;
extras
?:
JsonValue
;
fragmentShader
:
GLTFIndex
;
name
?:
string
;
vertexShader
:
GLTFIndex
;
}
Hierarchy (
View Summary
)
GLTFProperty
GLTFProgram
Index
Properties
attributes?
extensions?
extras?
fragment
Shader
name?
vertex
Shader
Properties
Optional
attributes
attributes
?:
readonly
string
[]
Optional
extensions
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
Optional
extras
extras
?:
JsonValue
fragment
Shader
fragmentShader
:
GLTFIndex
Optional
name
name
?:
string
vertex
Shader
vertexShader
:
GLTFIndex
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
extensions
extras
fragment
Shader
name
vertex
Shader
Home
Examples
Repository
Hilo3d API - v2.0.0
Loading...