Vulkan-Hpp
vk::PhysicalDevicePushDescriptorPropertiesKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDevicePushDescriptorPropertiesKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDevicePushDescriptorPropertiesKHR (uint32_t maxPushDescriptors_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDevicePushDescriptorPropertiesKHR (PhysicalDevicePushDescriptorPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDevicePushDescriptorPropertiesKHR (VkPhysicalDevicePushDescriptorPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevicePushDescriptorPropertiesKHRoperator= (PhysicalDevicePushDescriptorPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDevicePushDescriptorPropertiesKHRoperator= (VkPhysicalDevicePushDescriptorPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePushDescriptorPropertiesKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePushDescriptorPropertiesKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDevicePushDescriptorPropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDevicePushDescriptorPropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDevicePushDescriptorPropertiesKHR
 
void * pNext = {}
 
uint32_t maxPushDescriptors = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 77722 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDevicePushDescriptorPropertiesKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDevicePushDescriptorPropertiesKHR::PhysicalDevicePushDescriptorPropertiesKHR ( uint32_t  maxPushDescriptors_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 77730 of file vulkan_structs.hpp.

◆ PhysicalDevicePushDescriptorPropertiesKHR() [2/3]

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

◆ PhysicalDevicePushDescriptorPropertiesKHR() [3/3]

vk::PhysicalDevicePushDescriptorPropertiesKHR::PhysicalDevicePushDescriptorPropertiesKHR ( VkPhysicalDevicePushDescriptorPropertiesKHR const &  rhs)
inline

Definition at line 77738 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDevicePushDescriptorPropertiesKHR &()

vk::PhysicalDevicePushDescriptorPropertiesKHR::operator VkPhysicalDevicePushDescriptorPropertiesKHR & ( )
inline

Definition at line 77757 of file vulkan_structs.hpp.

◆ operator VkPhysicalDevicePushDescriptorPropertiesKHR const &()

vk::PhysicalDevicePushDescriptorPropertiesKHR::operator VkPhysicalDevicePushDescriptorPropertiesKHR const & ( ) const
inline

Definition at line 77752 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 77786 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDevicePushDescriptorPropertiesKHR& vk::PhysicalDevicePushDescriptorPropertiesKHR::operator= ( VkPhysicalDevicePushDescriptorPropertiesKHR const &  rhs)
inline

Definition at line 77746 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 77777 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 77726 of file vulkan_structs.hpp.

◆ maxPushDescriptors

uint32_t vk::PhysicalDevicePushDescriptorPropertiesKHR::maxPushDescriptors = {}

Definition at line 77795 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 77794 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDevicePushDescriptorPropertiesKHR::structureType = StructureType::ePhysicalDevicePushDescriptorPropertiesKHR
static

Definition at line 77727 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDevicePushDescriptorPropertiesKHR::sType = StructureType::ePhysicalDevicePushDescriptorPropertiesKHR

Definition at line 77793 of file vulkan_structs.hpp.


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