Enum
VkRenderPassCreateFlagBits
Bitmask specifying additional properties of a render pass
Bits which can be set in VkRenderPassCreateInfo::flags
,
describing additional properties of the render pass, are:
typedef enum VkRenderPassCreateFlagBits {
} VkRenderPassCreateFlagBits;
VK_RENDER_PASS_CREATE_TRANSFORM_BIT_QCOM
specifies that the created render pass is compatible with render pass transform.