gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
AttachmentOps
gfx
graal
renderpass
The operations performed on an attachment when it enters and leaves a render pass
struct
AttachmentOps {
LoadOp
load
;
StoreOp
store
;
}
Members
Variables
load
LoadOp
load
;
Undocumented in source.
store
StoreOp
store
;
Undocumented in source.
Meta
Source
See Implementation
gfx
graal
renderpass
enums
LoadOp
StoreOp
interfaces
Framebuffer
RenderPass
manifest constants
subpassExternal
structs
AttachmentDescription
AttachmentOps
AttachmentRef
SubpassDependency
SubpassDescription
The operations performed on an attachment when it enters and leaves a render pass