Safe Haskell | Safe-Inferred |
---|---|
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
- pattern ATTACHMENT_LOAD_OP_NONE_EXT :: AttachmentLoadOp
Documentation
newtype AttachmentLoadOp Source #
VkAttachmentLoadOp - Specify how contents of an attachment are initialized at the beginning of a subpass
See Also
VK_VERSION_1_0,
AttachmentDescription
,
AttachmentDescription2
,
RenderingAttachmentInfo
pattern ATTACHMENT_LOAD_OP_LOAD :: AttachmentLoadOp |
|
pattern ATTACHMENT_LOAD_OP_CLEAR :: AttachmentLoadOp |
|
pattern ATTACHMENT_LOAD_OP_DONT_CARE :: AttachmentLoadOp |
|
pattern ATTACHMENT_LOAD_OP_NONE_EXT :: AttachmentLoadOp |
|