Vulkan-Hpp
vk::PhysicalDeviceSampleLocationsPropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceSampleLocationsPropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceSampleLocationsPropertiesEXT (vk::SampleCountFlags sampleLocationSampleCounts_={}, vk::Extent2D maxSampleLocationGridSize_={}, std::array< float, 2 > const &sampleLocationCoordinateRange_={}, uint32_t sampleLocationSubPixelBits_={}, vk::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

vk::StructureType sType = StructureType::ePhysicalDeviceSampleLocationsPropertiesEXT
 
void * pNext = {}
 
vk::SampleCountFlags sampleLocationSampleCounts = {}
 
vk::Extent2D maxSampleLocationGridSize = {}
 
vk::ArrayWrapper1D< float, 2 > sampleLocationCoordinateRange = {}
 
uint32_t sampleLocationSubPixelBits = {}
 
vk::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 79636 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceSampleLocationsPropertiesEXT() [1/3]

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

Definition at line 79644 of file vulkan_structs.hpp.

◆ PhysicalDeviceSampleLocationsPropertiesEXT() [2/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceSampleLocationsPropertiesEXT::PhysicalDeviceSampleLocationsPropertiesEXT ( PhysicalDeviceSampleLocationsPropertiesEXT const &  rhs)
default

◆ PhysicalDeviceSampleLocationsPropertiesEXT() [3/3]

vk::PhysicalDeviceSampleLocationsPropertiesEXT::PhysicalDeviceSampleLocationsPropertiesEXT ( VkPhysicalDeviceSampleLocationsPropertiesEXT const &  rhs)
inline

Definition at line 79661 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceSampleLocationsPropertiesEXT &()

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

Definition at line 79680 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceSampleLocationsPropertiesEXT const &()

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

Definition at line 79675 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDeviceSampleLocationsPropertiesEXT::operator!= ( PhysicalDeviceSampleLocationsPropertiesEXT const &  rhs) const
inline

Definition at line 79723 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDeviceSampleLocationsPropertiesEXT& vk::PhysicalDeviceSampleLocationsPropertiesEXT::operator= ( PhysicalDeviceSampleLocationsPropertiesEXT const &  rhs)
default

◆ operator=() [2/2]

PhysicalDeviceSampleLocationsPropertiesEXT& vk::PhysicalDeviceSampleLocationsPropertiesEXT::operator= ( VkPhysicalDeviceSampleLocationsPropertiesEXT const &  rhs)
inline

Definition at line 79669 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PhysicalDeviceSampleLocationsPropertiesEXT::operator== ( PhysicalDeviceSampleLocationsPropertiesEXT const &  rhs) const
inline

Definition at line 79712 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 79640 of file vulkan_structs.hpp.

◆ maxSampleLocationGridSize

vk::Extent2D vk::PhysicalDeviceSampleLocationsPropertiesEXT::maxSampleLocationGridSize = {}

Definition at line 79733 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 79731 of file vulkan_structs.hpp.

◆ sampleLocationCoordinateRange

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

Definition at line 79734 of file vulkan_structs.hpp.

◆ sampleLocationSampleCounts

vk::SampleCountFlags vk::PhysicalDeviceSampleLocationsPropertiesEXT::sampleLocationSampleCounts = {}

Definition at line 79732 of file vulkan_structs.hpp.

◆ sampleLocationSubPixelBits

uint32_t vk::PhysicalDeviceSampleLocationsPropertiesEXT::sampleLocationSubPixelBits = {}

Definition at line 79735 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 79641 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceSampleLocationsPropertiesEXT::sType = StructureType::ePhysicalDeviceSampleLocationsPropertiesEXT

Definition at line 79730 of file vulkan_structs.hpp.

◆ variableSampleLocations

vk::Bool32 vk::PhysicalDeviceSampleLocationsPropertiesEXT::variableSampleLocations = {}

Definition at line 79736 of file vulkan_structs.hpp.


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