HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceSampleLocationsPropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceSampleLocationsPropertiesEXT (VULKAN_HPP_NAMESPACE::SampleCountFlags sampleLocationSampleCounts_={}, VULKAN_HPP_NAMESPACE::Extent2D maxSampleLocationGridSize_={}, std::array< float, 2 > const &sampleLocationCoordinateRange_={}, uint32_t sampleLocationSubPixelBits_={}, VULKAN_HPP_NAMESPACE::Bool32 variableSampleLocations_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceSampleLocationsPropertiesEXT (PhysicalDeviceSampleLocationsPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceSampleLocationsPropertiesEXT (VkPhysicalDeviceSampleLocationsPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceSampleLocationsPropertiesEXToperator= (PhysicalDeviceSampleLocationsPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceSampleLocationsPropertiesEXToperator= (VkPhysicalDeviceSampleLocationsPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSampleLocationsPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSampleLocationsPropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceSampleLocationsPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceSampleLocationsPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceSampleLocationsPropertiesEXT
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::SampleCountFlags sampleLocationSampleCounts = {}
 
VULKAN_HPP_NAMESPACE::Extent2D maxSampleLocationGridSize = {}
 
VULKAN_HPP_NAMESPACE::ArrayWrapper1D
< float, 2 > 
sampleLocationCoordinateRange = {}
 
uint32_t sampleLocationSubPixelBits = {}
 
VULKAN_HPP_NAMESPACE::Bool32 variableSampleLocations = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType 
structureType = StructureType::ePhysicalDeviceSampleLocationsPropertiesEXT
 

Detailed Description

Definition at line 69084 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::PhysicalDeviceSampleLocationsPropertiesEXT ( VULKAN_HPP_NAMESPACE::SampleCountFlags  sampleLocationSampleCounts_ = {},
VULKAN_HPP_NAMESPACE::Extent2D  maxSampleLocationGridSize_ = {},
std::array< float, 2 > const sampleLocationCoordinateRange_ = {},
uint32_t  sampleLocationSubPixelBits_ = {},
VULKAN_HPP_NAMESPACE::Bool32  variableSampleLocations_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 69092 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::PhysicalDeviceSampleLocationsPropertiesEXT ( PhysicalDeviceSampleLocationsPropertiesEXT const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::PhysicalDeviceSampleLocationsPropertiesEXT ( VkPhysicalDeviceSampleLocationsPropertiesEXT const rhs)
inline

Definition at line 69109 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::operator VkPhysicalDeviceSampleLocationsPropertiesEXT & ( )
inline

Definition at line 69128 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::operator VkPhysicalDeviceSampleLocationsPropertiesEXT const & ( ) const
inline

Definition at line 69123 of file vulkan_structs.hpp.

PhysicalDeviceSampleLocationsPropertiesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::operator= ( PhysicalDeviceSampleLocationsPropertiesEXT const rhs)
default
PhysicalDeviceSampleLocationsPropertiesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::operator= ( VkPhysicalDeviceSampleLocationsPropertiesEXT const rhs)
inline

Definition at line 69117 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::operator== ( PhysicalDeviceSampleLocationsPropertiesEXT const rhs) const
inline

Definition at line 69160 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::allowDuplicate = false
static

Definition at line 69088 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Extent2D VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::maxSampleLocationGridSize = {}

Definition at line 69181 of file vulkan_structs.hpp.

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::pNext = {}

Definition at line 69179 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ArrayWrapper1D<float, 2> VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::sampleLocationCoordinateRange = {}

Definition at line 69182 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SampleCountFlags VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::sampleLocationSampleCounts = {}

Definition at line 69180 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::sampleLocationSubPixelBits = {}

Definition at line 69183 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::structureType = StructureType::ePhysicalDeviceSampleLocationsPropertiesEXT
static

Definition at line 69089 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::sType = StructureType::ePhysicalDeviceSampleLocationsPropertiesEXT

Definition at line 69178 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceSampleLocationsPropertiesEXT::variableSampleLocations = {}

Definition at line 69184 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: