PokéRogue
GitHub
Switch to Beta
Preparing search index...
src/audio/audio-manager
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
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clear
Value
depth
Slice
load
Op
resolve
Target
store
Op
view
GitHub
Switch to Beta
PokéRogue
Loading...