Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype AttachmentStoreOp where
Documentation
newtype AttachmentStoreOp Source #
VkAttachmentStoreOp - Specify how contents of an attachment are treated at the end of a subpass
Description
Note
ATTACHMENT_STORE_OP_DONT_CARE
can cause contents generated during
previous render passes to be discarded before reaching memory, even if
no write to the attachment occurs during the current render pass.
See Also
pattern ATTACHMENT_STORE_OP_STORE :: AttachmentStoreOp |
|
pattern ATTACHMENT_STORE_OP_DONT_CARE :: AttachmentStoreOp |
|
pattern ATTACHMENT_STORE_OP_NONE_QCOM :: AttachmentStoreOp |
|