• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkAttachmentLoadOp,VkAttachmentLoadOp]]
3[source,c++]
4----
5typedef enum VkAttachmentLoadOp {
6    VK_ATTACHMENT_LOAD_OP_LOAD = 0,
7    VK_ATTACHMENT_LOAD_OP_CLEAR = 1,
8    VK_ATTACHMENT_LOAD_OP_DONT_CARE = 2,
9} VkAttachmentLoadOp;
10----
11