PokéRogue
GitHub
Switch to Beta
Preparing search index...
src/audio/audio-manager
GPUPrimitiveState
Interface GPUPrimitiveState
interface
GPUPrimitiveState
{
cullMode
?:
GPUCullMode
;
frontFace
?:
GPUFrontFace
;
stripIndexFormat
?:
GPUIndexFormat
;
topology
?:
GPUPrimitiveTopology
;
unclippedDepth
?:
boolean
;
}
Index
Properties
cull
Mode?
front
Face?
strip
Index
Format?
topology?
unclipped
Depth?
Properties
Optional
cull
Mode
cullMode
?:
GPUCullMode
Optional
front
Face
frontFace
?:
GPUFrontFace
Optional
strip
Index
Format
stripIndexFormat
?:
GPUIndexFormat
Optional
topology
topology
?:
GPUPrimitiveTopology
Optional
unclipped
Depth
unclippedDepth
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cull
Mode
front
Face
strip
Index
Format
topology
unclipped
Depth
GitHub
Switch to Beta
PokéRogue
Loading...