Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkSampleCountFlagBits | sampleLocationsPerPixel |
VkExtent2D | sampleLocationGridSize |
uint32_t | sampleLocationsCount |
const VkSampleLocationEXT * | pSampleLocations |
Definition at line 12852 of file vulkan_core.h.
const void* VkSampleLocationsInfoEXT::pNext |
Definition at line 12854 of file vulkan_core.h.
const VkSampleLocationEXT* VkSampleLocationsInfoEXT::pSampleLocations |
Definition at line 12858 of file vulkan_core.h.
VkExtent2D VkSampleLocationsInfoEXT::sampleLocationGridSize |
Definition at line 12856 of file vulkan_core.h.
uint32_t VkSampleLocationsInfoEXT::sampleLocationsCount |
Definition at line 12857 of file vulkan_core.h.
VkSampleCountFlagBits VkSampleLocationsInfoEXT::sampleLocationsPerPixel |
Definition at line 12855 of file vulkan_core.h.
VkStructureType VkSampleLocationsInfoEXT::sType |
Definition at line 12853 of file vulkan_core.h.