Structures
VkBeginCustomResolveInfoEXT
Structure specifying shader resolve information
The VkBeginCustomResolveInfoEXT structure is defined as:
typedef struct VkBeginCustomResolveInfoEXT {
VkStructureType sType;
void* pNext;
} VkBeginCustomResolveInfoEXT;
pub struct BeginCustomResolveInfoEXT {
s_type: vk::StructureType,
p_next: *mut c_void,
}
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.
Valid Usage (Implicit)
VUID-VkBeginCustomResolveInfoEXT-sType-sType
sType must be VK_STRUCTURE_TYPE_BEGIN_CUSTOM_RESOLVE_INFO_EXT
Parent
VK_EXT_custom_resolveType
Structures