Vulkan-Hpp
vk::PhysicalDeviceDiscardRectanglePropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceDiscardRectanglePropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDiscardRectanglePropertiesEXT (uint32_t maxDiscardRectangles_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceDiscardRectanglePropertiesEXT (PhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDiscardRectanglePropertiesEXT (VkPhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDiscardRectanglePropertiesEXToperator= (PhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceDiscardRectanglePropertiesEXToperator= (VkPhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDiscardRectanglePropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDiscardRectanglePropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDiscardRectanglePropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceDiscardRectanglePropertiesEXT
 
void * pNext = {}
 
uint32_t maxDiscardRectangles = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 62467 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceDiscardRectanglePropertiesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceDiscardRectanglePropertiesEXT::PhysicalDeviceDiscardRectanglePropertiesEXT ( uint32_t  maxDiscardRectangles_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 62475 of file vulkan_structs.hpp.

◆ PhysicalDeviceDiscardRectanglePropertiesEXT() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceDiscardRectanglePropertiesEXT::PhysicalDeviceDiscardRectanglePropertiesEXT ( PhysicalDeviceDiscardRectanglePropertiesEXT const &  rhs)
default

◆ PhysicalDeviceDiscardRectanglePropertiesEXT() [3/3]

vk::PhysicalDeviceDiscardRectanglePropertiesEXT::PhysicalDeviceDiscardRectanglePropertiesEXT ( VkPhysicalDeviceDiscardRectanglePropertiesEXT const &  rhs)
inline

Definition at line 62483 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceDiscardRectanglePropertiesEXT &()

vk::PhysicalDeviceDiscardRectanglePropertiesEXT::operator VkPhysicalDeviceDiscardRectanglePropertiesEXT & ( )
inline

Definition at line 62502 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceDiscardRectanglePropertiesEXT const &()

vk::PhysicalDeviceDiscardRectanglePropertiesEXT::operator VkPhysicalDeviceDiscardRectanglePropertiesEXT const & ( ) const
inline

Definition at line 62497 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 62531 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceDiscardRectanglePropertiesEXT& vk::PhysicalDeviceDiscardRectanglePropertiesEXT::operator= ( VkPhysicalDeviceDiscardRectanglePropertiesEXT const &  rhs)
inline

Definition at line 62491 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 62522 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 62471 of file vulkan_structs.hpp.

◆ maxDiscardRectangles

uint32_t vk::PhysicalDeviceDiscardRectanglePropertiesEXT::maxDiscardRectangles = {}

Definition at line 62540 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 62539 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceDiscardRectanglePropertiesEXT::structureType = StructureType::ePhysicalDeviceDiscardRectanglePropertiesEXT
static

Definition at line 62472 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceDiscardRectanglePropertiesEXT::sType = StructureType::ePhysicalDeviceDiscardRectanglePropertiesEXT

Definition at line 62538 of file vulkan_structs.hpp.


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