Vulkan-Hpp
vk::DeviceGroupBindSparseInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDeviceGroupBindSparseInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DeviceGroupBindSparseInfo (uint32_t resourceDeviceIndex_={}, uint32_t memoryDeviceIndex_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DeviceGroupBindSparseInfo (DeviceGroupBindSparseInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DeviceGroupBindSparseInfo (VkDeviceGroupBindSparseInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
DeviceGroupBindSparseInfooperator= (DeviceGroupBindSparseInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DeviceGroupBindSparseInfooperator= (VkDeviceGroupBindSparseInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupBindSparseInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupBindSparseInfosetResourceDeviceIndex (uint32_t resourceDeviceIndex_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupBindSparseInfosetMemoryDeviceIndex (uint32_t memoryDeviceIndex_) VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupBindSparseInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupBindSparseInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DeviceGroupBindSparseInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DeviceGroupBindSparseInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDeviceGroupBindSparseInfo
 
const void * pNext = {}
 
uint32_t resourceDeviceIndex = {}
 
uint32_t memoryDeviceIndex = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 28278 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DeviceGroupBindSparseInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::DeviceGroupBindSparseInfo::DeviceGroupBindSparseInfo ( uint32_t  resourceDeviceIndex_ = {},
uint32_t  memoryDeviceIndex_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 28287 of file vulkan_structs.hpp.

◆ DeviceGroupBindSparseInfo() [2/3]

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

◆ DeviceGroupBindSparseInfo() [3/3]

vk::DeviceGroupBindSparseInfo::DeviceGroupBindSparseInfo ( VkDeviceGroupBindSparseInfo const &  rhs)
inline

Definition at line 28296 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDeviceGroupBindSparseInfo &()

vk::DeviceGroupBindSparseInfo::operator VkDeviceGroupBindSparseInfo & ( )
inline

Definition at line 28335 of file vulkan_structs.hpp.

◆ operator VkDeviceGroupBindSparseInfo const &()

vk::DeviceGroupBindSparseInfo::operator VkDeviceGroupBindSparseInfo const & ( ) const
inline

Definition at line 28330 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 28365 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DeviceGroupBindSparseInfo& vk::DeviceGroupBindSparseInfo::operator= ( VkDeviceGroupBindSparseInfo const &  rhs)
inline

Definition at line 28304 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 28355 of file vulkan_structs.hpp.

◆ setMemoryDeviceIndex()

VULKAN_HPP_CONSTEXPR_14 DeviceGroupBindSparseInfo& vk::DeviceGroupBindSparseInfo::setMemoryDeviceIndex ( uint32_t  memoryDeviceIndex_)
inline

Definition at line 28323 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 DeviceGroupBindSparseInfo& vk::DeviceGroupBindSparseInfo::setPNext ( const void *  pNext_)
inline

Definition at line 28311 of file vulkan_structs.hpp.

◆ setResourceDeviceIndex()

VULKAN_HPP_CONSTEXPR_14 DeviceGroupBindSparseInfo& vk::DeviceGroupBindSparseInfo::setResourceDeviceIndex ( uint32_t  resourceDeviceIndex_)
inline

Definition at line 28317 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 28282 of file vulkan_structs.hpp.

◆ memoryDeviceIndex

uint32_t vk::DeviceGroupBindSparseInfo::memoryDeviceIndex = {}

Definition at line 28375 of file vulkan_structs.hpp.

◆ pNext

const void* vk::DeviceGroupBindSparseInfo::pNext = {}

Definition at line 28373 of file vulkan_structs.hpp.

◆ resourceDeviceIndex

uint32_t vk::DeviceGroupBindSparseInfo::resourceDeviceIndex = {}

Definition at line 28374 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DeviceGroupBindSparseInfo::structureType = StructureType::eDeviceGroupBindSparseInfo
static

Definition at line 28283 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DeviceGroupBindSparseInfo::sType = StructureType::eDeviceGroupBindSparseInfo

Definition at line 28372 of file vulkan_structs.hpp.


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