unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/validity/structs/VkAttachmentDescription.txt

15 lines
1.2 KiB
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-VkAttachmentDescription-flags-parameter]] pname:flags must: be a valid combination of elink:VkAttachmentDescriptionFlagBits values
* [[VUID-VkAttachmentDescription-format-parameter]] pname:format must: be a valid elink:VkFormat value
* [[VUID-VkAttachmentDescription-samples-parameter]] pname:samples must: be a valid elink:VkSampleCountFlagBits value
* [[VUID-VkAttachmentDescription-loadOp-parameter]] pname:loadOp must: be a valid elink:VkAttachmentLoadOp value
* [[VUID-VkAttachmentDescription-storeOp-parameter]] pname:storeOp must: be a valid elink:VkAttachmentStoreOp value
* [[VUID-VkAttachmentDescription-stencilLoadOp-parameter]] pname:stencilLoadOp must: be a valid elink:VkAttachmentLoadOp value
* [[VUID-VkAttachmentDescription-stencilStoreOp-parameter]] pname:stencilStoreOp must: be a valid elink:VkAttachmentStoreOp value
* [[VUID-VkAttachmentDescription-initialLayout-parameter]] pname:initialLayout must: be a valid elink:VkImageLayout value
* [[VUID-VkAttachmentDescription-finalLayout-parameter]] pname:finalLayout must: be a valid elink:VkImageLayout value
****