rhodonite
Preparing search index...
default
ComponentTypeEnum
Interface ComponentTypeEnum
interface
ComponentTypeEnum
{
index
:
number
;
str
:
string
;
symbol
:
symbol
;
webgpu
:
string
;
wgsl
:
string
;
getSizeInBytes
()
:
number
;
isFloatingPoint
()
:
boolean
;
isInteger
()
:
boolean
;
isUnsignedInteger
()
:
boolean
;
toJSON
()
:
number
;
toString
()
:
string
;
}
Hierarchy (
View Summary
)
EnumIO
ComponentTypeEnum
Index
Properties
index
str
symbol
webgpu
wgsl
Methods
get
Size
In
Bytes
is
Floating
Point
is
Integer
is
Unsigned
Integer
to
JSON
to
String
Properties
Readonly
index
index
:
number
Readonly
str
str
:
string
Readonly
symbol
symbol
:
symbol
webgpu
webgpu
:
string
wgsl
wgsl
:
string
Methods
get
Size
In
Bytes
getSizeInBytes
()
:
number
Returns
number
is
Floating
Point
isFloatingPoint
()
:
boolean
Returns
boolean
is
Integer
isInteger
()
:
boolean
Returns
boolean
is
Unsigned
Integer
isUnsignedInteger
()
:
boolean
Returns
boolean
to
JSON
toJSON
()
:
number
Returns
number
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
index
str
symbol
webgpu
wgsl
Methods
get
Size
In
Bytes
is
Floating
Point
is
Integer
is
Unsigned
Integer
to
JSON
to
String
rhodonite
Loading...