Preparing search index...
The search index is not available
如视 Five SDK
如视 Five SDK
five
CustomShaderInitArgs
Interface CustomShaderInitArgs
interface
CustomShaderInitArgs
{
defines
?:
{
[
key
:
string
]
:
any
;
}
;
fragment
?:
Partial
<
FragmentShaderChunks
>
;
type
:
(
|
"none"
|
"basic"
|
"phong"
|
"pointcloud"
)
[]
;
uniforms
?:
{
[
key
:
string
]
:
any
;
}
;
vertex
?:
Partial
<
VertexShaderChunks
>
;
}
Index
Properties
defines?
fragment?
type
uniforms?
vertex?
Properties
Optional
defines
defines
?:
{
[
key
:
string
]
:
any
;
}
Optional
fragment
fragment
?:
Partial
<
FragmentShaderChunks
>
type
type
:
(
|
"none"
|
"basic"
|
"phong"
|
"pointcloud"
)
[]
Optional
uniforms
uniforms
?:
{
[
key
:
string
]
:
any
;
}
Optional
vertex
vertex
?:
Partial
<
VertexShaderChunks
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
defines
fragment
type
uniforms
vertex
如视 Five SDK
Loading...