Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
uint32_t | attachmentInitialSampleLocationsCount |
const VkAttachmentSampleLocationsEXT * | pAttachmentInitialSampleLocations |
uint32_t | postSubpassSampleLocationsCount |
const VkSubpassSampleLocationsEXT * | pPostSubpassSampleLocations |
Definition at line 12871 of file vulkan_core.h.
uint32_t VkRenderPassSampleLocationsBeginInfoEXT::attachmentInitialSampleLocationsCount |
Definition at line 12874 of file vulkan_core.h.
const VkAttachmentSampleLocationsEXT* VkRenderPassSampleLocationsBeginInfoEXT::pAttachmentInitialSampleLocations |
Definition at line 12875 of file vulkan_core.h.
const void* VkRenderPassSampleLocationsBeginInfoEXT::pNext |
Definition at line 12873 of file vulkan_core.h.
uint32_t VkRenderPassSampleLocationsBeginInfoEXT::postSubpassSampleLocationsCount |
Definition at line 12876 of file vulkan_core.h.
const VkSubpassSampleLocationsEXT* VkRenderPassSampleLocationsBeginInfoEXT::pPostSubpassSampleLocations |
Definition at line 12877 of file vulkan_core.h.
VkStructureType VkRenderPassSampleLocationsBeginInfoEXT::sType |
Definition at line 12872 of file vulkan_core.h.