Trilium Frontend API
Preparing search index...
<internal>
GPUFragmentState
Interface GPUFragmentState
interface
GPUFragmentState
{
constants
?:
Record
<
string
,
GPUPipelineConstantValue
>
;
entryPoint
?:
string
;
module
:
GPUShaderModule
;
targets
:
GPUColorTargetState
[]
;
}
Hierarchy (
View Summary
)
GPUProgrammableStage
GPUFragmentState
Index
Properties
constants?
entry
Point?
module
targets
Properties
Optional
constants
constants
?:
Record
<
string
,
GPUPipelineConstantValue
>
Optional
entry
Point
entryPoint
?:
string
module
module
:
GPUShaderModule
targets
targets
:
GPUColorTargetState
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
constants
entry
Point
module
targets
Trilium Frontend API
Loading...