Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkSampleCountFlagBits | sampleLocationsPerPixel |
VkExtent2D | sampleLocationGridSize |
uint32_t | sampleLocationsCount |
const VkSampleLocationEXT * | pSampleLocations |
Definition at line 13414 of file vulkan_core.h.
const void* VkSampleLocationsInfoEXT::pNext |
Definition at line 13416 of file vulkan_core.h.
const VkSampleLocationEXT* VkSampleLocationsInfoEXT::pSampleLocations |
Definition at line 13420 of file vulkan_core.h.
VkExtent2D VkSampleLocationsInfoEXT::sampleLocationGridSize |
Definition at line 13418 of file vulkan_core.h.
uint32_t VkSampleLocationsInfoEXT::sampleLocationsCount |
Definition at line 13419 of file vulkan_core.h.
VkSampleCountFlagBits VkSampleLocationsInfoEXT::sampleLocationsPerPixel |
Definition at line 13417 of file vulkan_core.h.
VkStructureType VkSampleLocationsInfoEXT::sType |
Definition at line 13415 of file vulkan_core.h.