SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkPhysicalDeviceSampleLocationsPropertiesEXT const & () const | |
operator VkPhysicalDeviceSampleLocationsPropertiesEXT & () | |
bool | operator== (PhysicalDeviceSampleLocationsPropertiesEXT const &rhs) const |
bool | operator!= (PhysicalDeviceSampleLocationsPropertiesEXT const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
SampleCountFlags | sampleLocationSampleCounts |
Extent2D | maxSampleLocationGridSize |
float | sampleLocationCoordinateRange [2] |
uint32_t | sampleLocationSubPixelBits |
Bool32 | variableSampleLocations |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceSampleLocationsPropertiesEXT |
Definition at line 28347 of file vulkan.hpp.
|
inline |
Definition at line 28354 of file vulkan.hpp.
|
inline |
Definition at line 28349 of file vulkan.hpp.
|
inline |
Definition at line 28370 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 28359 of file vulkan.hpp.
References maxSampleLocationGridSize, pNext, sampleLocationCoordinateRange, sampleLocationSampleCounts, sampleLocationSubPixelBits, sType, and variableSampleLocations.
Referenced by operator!=().
Extent2D VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::maxSampleLocationGridSize |
Definition at line 28381 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::pNext = nullptr |
Definition at line 28379 of file vulkan.hpp.
Referenced by operator==().
float VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::sampleLocationCoordinateRange[2] |
Definition at line 28382 of file vulkan.hpp.
Referenced by operator==().
SampleCountFlags VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::sampleLocationSampleCounts |
Definition at line 28380 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::sampleLocationSubPixelBits |
Definition at line 28383 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 28376 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::variableSampleLocations |
Definition at line 28384 of file vulkan.hpp.
Referenced by operator==().