Vulkan-Hpp
vk::PhysicalDeviceMultiDrawPropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceMultiDrawPropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiDrawPropertiesEXT (uint32_t maxMultiDrawCount_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiDrawPropertiesEXT (PhysicalDeviceMultiDrawPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceMultiDrawPropertiesEXT (VkPhysicalDeviceMultiDrawPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceMultiDrawPropertiesEXToperator= (PhysicalDeviceMultiDrawPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceMultiDrawPropertiesEXToperator= (VkPhysicalDeviceMultiDrawPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMultiDrawPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMultiDrawPropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceMultiDrawPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceMultiDrawPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceMultiDrawPropertiesEXT
 
void * pNext = {}
 
uint32_t maxMultiDrawCount = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 73230 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceMultiDrawPropertiesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceMultiDrawPropertiesEXT::PhysicalDeviceMultiDrawPropertiesEXT ( uint32_t  maxMultiDrawCount_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 73238 of file vulkan_structs.hpp.

◆ PhysicalDeviceMultiDrawPropertiesEXT() [2/3]

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

◆ PhysicalDeviceMultiDrawPropertiesEXT() [3/3]

vk::PhysicalDeviceMultiDrawPropertiesEXT::PhysicalDeviceMultiDrawPropertiesEXT ( VkPhysicalDeviceMultiDrawPropertiesEXT const &  rhs)
inline

Definition at line 73246 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceMultiDrawPropertiesEXT &()

vk::PhysicalDeviceMultiDrawPropertiesEXT::operator VkPhysicalDeviceMultiDrawPropertiesEXT & ( )
inline

Definition at line 73265 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceMultiDrawPropertiesEXT const &()

vk::PhysicalDeviceMultiDrawPropertiesEXT::operator VkPhysicalDeviceMultiDrawPropertiesEXT const & ( ) const
inline

Definition at line 73260 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 73294 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceMultiDrawPropertiesEXT& vk::PhysicalDeviceMultiDrawPropertiesEXT::operator= ( VkPhysicalDeviceMultiDrawPropertiesEXT const &  rhs)
inline

Definition at line 73254 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 73285 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 73234 of file vulkan_structs.hpp.

◆ maxMultiDrawCount

uint32_t vk::PhysicalDeviceMultiDrawPropertiesEXT::maxMultiDrawCount = {}

Definition at line 73303 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 73302 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceMultiDrawPropertiesEXT::structureType = StructureType::ePhysicalDeviceMultiDrawPropertiesEXT
static

Definition at line 73235 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceMultiDrawPropertiesEXT::sType = StructureType::ePhysicalDeviceMultiDrawPropertiesEXT

Definition at line 73301 of file vulkan_structs.hpp.


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