Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype AttachmentLoadOp where
- AttachmentLoadOp Int32
- pattern ATTACHMENT_LOAD_OP_LOAD :: AttachmentLoadOp
- pattern ATTACHMENT_LOAD_OP_CLEAR :: AttachmentLoadOp
- pattern ATTACHMENT_LOAD_OP_DONT_CARE :: AttachmentLoadOp
Documentation
newtype AttachmentLoadOp Source #
VkAttachmentLoadOp - Specify how contents of an attachment are treated at the beginning of a subpass
See Also
pattern ATTACHMENT_LOAD_OP_LOAD :: AttachmentLoadOp |
|
pattern ATTACHMENT_LOAD_OP_CLEAR :: AttachmentLoadOp |
|
pattern ATTACHMENT_LOAD_OP_DONT_CARE :: AttachmentLoadOp |
|