rhodonite
Preparing search index...
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 Summary
)
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
to
JSON
to
String
to
WGSL
Type
Properties
Readonly
index
index
:
number
Readonly
str
str
:
string
Readonly
symbol
symbol
:
symbol
webgpu
webgpu
:
string
wgsl
wgsl
:
string
Methods
get
Glsl
Initial
Value
getGlslInitialValue
(
componentType
:
ComponentTypeEnum
)
:
string
Parameters
componentType
:
ComponentTypeEnum
Returns
string
get
Glsl
Str
getGlslStr
(
componentType
:
ComponentTypeEnum
)
:
string
Parameters
componentType
:
ComponentTypeEnum
Returns
string
get
Number
Of
Components
getNumberOfComponents
()
:
number
Returns
number
get
Vec4
Size
Of
Property
getVec4SizeOfProperty
()
:
number
Returns
number
get
Wgsl
Initial
Value
getWgslInitialValue
(
componentType
:
ComponentTypeEnum
)
:
string
Parameters
componentType
:
ComponentTypeEnum
Returns
string
to
JSON
toJSON
()
:
number
Returns
number
to
String
toString
()
:
string
Returns
string
to
WGSL
Type
toWGSLType
(
componentType
:
ComponentTypeEnum
)
:
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
to
JSON
to
String
to
WGSL
Type
rhodonite
Loading...