Vulkan-Hpp
vk::ImageViewAddressPropertiesNVX Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkImageViewAddressPropertiesNVX
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ImageViewAddressPropertiesNVX (vk::DeviceAddress deviceAddress_={}, vk::DeviceSize size_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ImageViewAddressPropertiesNVX (ImageViewAddressPropertiesNVX const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ImageViewAddressPropertiesNVX (VkImageViewAddressPropertiesNVX const &rhs) VULKAN_HPP_NOEXCEPT
 
ImageViewAddressPropertiesNVXoperator= (ImageViewAddressPropertiesNVX const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ImageViewAddressPropertiesNVXoperator= (VkImageViewAddressPropertiesNVX const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkImageViewAddressPropertiesNVX const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkImageViewAddressPropertiesNVX & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ImageViewAddressPropertiesNVX const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ImageViewAddressPropertiesNVX const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eImageViewAddressPropertiesNVX
 
void * pNext = {}
 
vk::DeviceAddress deviceAddress = {}
 
vk::DeviceSize size = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 45723 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ ImageViewAddressPropertiesNVX() [1/3]

VULKAN_HPP_CONSTEXPR vk::ImageViewAddressPropertiesNVX::ImageViewAddressPropertiesNVX ( vk::DeviceAddress  deviceAddress_ = {},
vk::DeviceSize  size_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 45731 of file vulkan_structs.hpp.

◆ ImageViewAddressPropertiesNVX() [2/3]

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

◆ ImageViewAddressPropertiesNVX() [3/3]

vk::ImageViewAddressPropertiesNVX::ImageViewAddressPropertiesNVX ( VkImageViewAddressPropertiesNVX const &  rhs)
inline

Definition at line 45742 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkImageViewAddressPropertiesNVX &()

vk::ImageViewAddressPropertiesNVX::operator VkImageViewAddressPropertiesNVX & ( )
inline

Definition at line 45761 of file vulkan_structs.hpp.

◆ operator VkImageViewAddressPropertiesNVX const &()

vk::ImageViewAddressPropertiesNVX::operator VkImageViewAddressPropertiesNVX const & ( ) const
inline

Definition at line 45756 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 45791 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

ImageViewAddressPropertiesNVX& vk::ImageViewAddressPropertiesNVX::operator= ( VkImageViewAddressPropertiesNVX const &  rhs)
inline

Definition at line 45750 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 45782 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 45727 of file vulkan_structs.hpp.

◆ deviceAddress

vk::DeviceAddress vk::ImageViewAddressPropertiesNVX::deviceAddress = {}

Definition at line 45800 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 45799 of file vulkan_structs.hpp.

◆ size

vk::DeviceSize vk::ImageViewAddressPropertiesNVX::size = {}

Definition at line 45801 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::ImageViewAddressPropertiesNVX::structureType = StructureType::eImageViewAddressPropertiesNVX
static

Definition at line 45728 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::ImageViewAddressPropertiesNVX::sType = StructureType::eImageViewAddressPropertiesNVX

Definition at line 45798 of file vulkan_structs.hpp.


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