Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkSampleLocationsInfoEXT |
Public Attributes | |
vk::StructureType | sType = StructureType::eSampleLocationsInfoEXT |
const void * | pNext = {} |
vk::SampleCountFlagBits | sampleLocationsPerPixel = vk::SampleCountFlagBits::e1 |
vk::Extent2D | sampleLocationGridSize = {} |
uint32_t | sampleLocationsCount = {} |
const vk::SampleLocationEXT * | pSampleLocations = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eSampleLocationsInfoEXT |
Definition at line 6708 of file vulkan_structs.hpp.
Definition at line 6710 of file vulkan_structs.hpp.
|
inline |
Definition at line 6717 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 6732 of file vulkan_structs.hpp.
|
inline |
Definition at line 6738 of file vulkan_structs.hpp.
|
inline |
Definition at line 6810 of file vulkan_structs.hpp.
|
inline |
Definition at line 6805 of file vulkan_structs.hpp.
|
inline |
Definition at line 6846 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 6754 of file vulkan_structs.hpp.
|
inline |
Definition at line 6835 of file vulkan_structs.hpp.
|
inline |
Definition at line 6761 of file vulkan_structs.hpp.
|
inline |
Definition at line 6788 of file vulkan_structs.hpp.
|
inline |
Definition at line 6775 of file vulkan_structs.hpp.
|
inline |
Definition at line 6795 of file vulkan_structs.hpp.
|
inline |
Definition at line 6781 of file vulkan_structs.hpp.
|
inline |
Definition at line 6768 of file vulkan_structs.hpp.
|
static |
Definition at line 6712 of file vulkan_structs.hpp.
const void* vk::SampleLocationsInfoEXT::pNext = {} |
Definition at line 6854 of file vulkan_structs.hpp.
const vk::SampleLocationEXT* vk::SampleLocationsInfoEXT::pSampleLocations = {} |
Definition at line 6858 of file vulkan_structs.hpp.
vk::Extent2D vk::SampleLocationsInfoEXT::sampleLocationGridSize = {} |
Definition at line 6856 of file vulkan_structs.hpp.
uint32_t vk::SampleLocationsInfoEXT::sampleLocationsCount = {} |
Definition at line 6857 of file vulkan_structs.hpp.
vk::SampleCountFlagBits vk::SampleLocationsInfoEXT::sampleLocationsPerPixel = vk::SampleCountFlagBits::e1 |
Definition at line 6855 of file vulkan_structs.hpp.
|
static |
Definition at line 6713 of file vulkan_structs.hpp.
vk::StructureType vk::SampleLocationsInfoEXT::sType = StructureType::eSampleLocationsInfoEXT |
Definition at line 6853 of file vulkan_structs.hpp.