Trilium Frontend API
Preparing search index...
<internal>
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cull
Mode
front
Face
strip
Index
Format
topology
unclipped
Depth
Trilium Frontend API
Loading...