Zernikalos
Toggle table of contents
0.7.0
WebGPU
Target filter
WebGPU
Switch theme
Search in API
Skip to content
Zernikalos
Zernikalos
/
zernikalos.context.webgpu
/
GPUPrimitiveState
GPUPrimitive
State
WebGPU
data
class
GPUPrimitiveState
(
var
topology
:
String
,
var
stripIndexFormat
:
String
?
=
null
,
var
frontFace
:
String
?
=
null
,
var
cullMode
:
String
?
=
null
)
(
source
)
Members
Constructors
GPUPrimitive
State
Link copied to clipboard
WebGPU
constructor
(
topology
:
String
,
stripIndexFormat
:
String
?
=
null
,
frontFace
:
String
?
=
null
,
cullMode
:
String
?
=
null
)
Properties
cull
Mode
Link copied to clipboard
WebGPU
var
cullMode
:
String
?
front
Face
Link copied to clipboard
WebGPU
var
frontFace
:
String
?
strip
Index
Format
Link copied to clipboard
WebGPU
var
stripIndexFormat
:
String
?
topology
Link copied to clipboard
WebGPU
var
topology
:
String
Functions
to
Gpu
Link copied to clipboard
WebGPU
fun
toGpu
(
)
:
dynamic