Preparing search index...
The search index is not available
rhodonite
rhodonite
default
CompositionTypeEnum
Interface CompositionTypeEnum
interface
CompositionTypeEnum
{
index
:
number
;
str
:
string
;
symbol
:
symbol
;
webgpu
:
string
;
wgsl
:
string
;
getGlslInitialValue
(
componentType
:
ComponentTypeEnum
)
:
string
;
getGlslStr
(
componentType
:
ComponentTypeEnum
)
:
string
;
getNumberOfComponents
(
)
:
number
;
getVec4SizeOfProperty
(
)
:
number
;
getWgslInitialValue
(
componentType
:
ComponentTypeEnum
)
:
string
;
toJSON
(
)
:
number
;
toString
(
)
:
string
;
toWGSLType
(
componentType
:
ComponentTypeEnum
)
:
string
;
}
Hierarchy (
view full
)
EnumIO
CompositionTypeEnum
Index
Properties
index
str
symbol
webgpu
wgsl
Methods
get
Glsl
Initial
Value
get
Glsl
Str
get
Number
Of
Components
get
Vec4
Size
Of
Property
get
Wgsl
Initial
Value
toJSON
to
String
toWGSLType
Properties
Readonly
index
index
:
number
Readonly
str
str
:
string
Readonly
symbol
symbol
:
symbol
webgpu
webgpu
:
string
wgsl
wgsl
:
string
Methods
get
Glsl
Initial
Value
get
Glsl
Initial
Value
(
componentType
)
:
string
Parameters
componentType
:
ComponentTypeEnum
Returns
string
get
Glsl
Str
get
Glsl
Str
(
componentType
)
:
string
Parameters
componentType
:
ComponentTypeEnum
Returns
string
get
Number
Of
Components
get
Number
Of
Components
(
)
:
number
Returns
number
get
Vec4
Size
Of
Property
get
Vec4
Size
Of
Property
(
)
:
number
Returns
number
get
Wgsl
Initial
Value
get
Wgsl
Initial
Value
(
componentType
)
:
string
Parameters
componentType
:
ComponentTypeEnum
Returns
string
toJSON
toJSON
(
)
:
number
Returns
number
to
String
to
String
(
)
:
string
Returns
string
toWGSLType
toWGSLType
(
componentType
)
:
string
Parameters
componentType
:
ComponentTypeEnum
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
index
str
symbol
webgpu
wgsl
Methods
get
Glsl
Initial
Value
get
Glsl
Str
get
Number
Of
Components
get
Vec4
Size
Of
Property
get
Wgsl
Initial
Value
toJSON
to
String
toWGSLType
rhodonite
Loading...