file new in Git master
RenderPassCreateInfo.hClass Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::Vk
- Vulkan wrapping layer.
Classes
- class Magnum::Vk::AttachmentDescription new in Git master
- Attachment description.
- class Magnum::Vk::AttachmentReference new in Git master
- Attachment reference.
- class Magnum::Vk::SubpassDescription new in Git master
- Subpass description.
- class Magnum::Vk::SubpassDependency new in Git master
- Subpass dependency.
- class Magnum::Vk::RenderPassCreateInfo new in Git master
- Render pass creation info.
Enums
- enum class AttachmentLoadOperation: Int { Load = VK_ATTACHMENT_LOAD_OP_LOAD, Clear = VK_ATTACHMENT_LOAD_OP_CLEAR, DontCare = VK_ATTACHMENT_LOAD_OP_DONT_CARE } new in Git master
- Attachment load operation.
- enum class AttachmentStoreOperation: Int { Store = VK_ATTACHMENT_STORE_OP_STORE, DontCare = VK_ATTACHMENT_STORE_OP_DONT_CARE } new in Git master
- Attachment load operation.