Trilium Frontend API
Preparing search index...
<internal>
GPURenderPassColorAttachment
Interface GPURenderPassColorAttachment
interface
GPURenderPassColorAttachment
{
clearValue
?:
GPUColor
;
depthSlice
?:
number
;
loadOp
:
GPULoadOp
;
resolveTarget
?:
GPUTexture
|
GPUTextureView
;
storeOp
:
GPUStoreOp
;
view
:
GPUTexture
|
GPUTextureView
;
}
Index
Properties
clear
Value?
depth
Slice?
load
Op
resolve
Target?
store
Op
view
Properties
Optional
clear
Value
clearValue
?:
GPUColor
Optional
depth
Slice
depthSlice
?:
number
load
Op
loadOp
:
GPULoadOp
Optional
resolve
Target
resolveTarget
?:
GPUTexture
|
GPUTextureView
store
Op
storeOp
:
GPUStoreOp
view
view
:
GPUTexture
|
GPUTextureView
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clear
Value
depth
Slice
load
Op
resolve
Target
store
Op
view
Trilium Frontend API
Loading...