Vulkan-Hpp
|
#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 | |
ImageViewAddressPropertiesNVX & | operator= (ImageViewAddressPropertiesNVX const &rhs) VULKAN_HPP_NOEXCEPT=default |
ImageViewAddressPropertiesNVX & | operator= (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 |
Definition at line 45723 of file vulkan_structs.hpp.
Definition at line 45725 of file vulkan_structs.hpp.
|
inline |
Definition at line 45731 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 45742 of file vulkan_structs.hpp.
|
inline |
Definition at line 45761 of file vulkan_structs.hpp.
|
inline |
Definition at line 45756 of file vulkan_structs.hpp.
|
inline |
Definition at line 45791 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 45750 of file vulkan_structs.hpp.
|
inline |
Definition at line 45782 of file vulkan_structs.hpp.
|
static |
Definition at line 45727 of file vulkan_structs.hpp.
vk::DeviceAddress vk::ImageViewAddressPropertiesNVX::deviceAddress = {} |
Definition at line 45800 of file vulkan_structs.hpp.
void* vk::ImageViewAddressPropertiesNVX::pNext = {} |
Definition at line 45799 of file vulkan_structs.hpp.
vk::DeviceSize vk::ImageViewAddressPropertiesNVX::size = {} |
Definition at line 45801 of file vulkan_structs.hpp.
|
static |
Definition at line 45728 of file vulkan_structs.hpp.
vk::StructureType vk::ImageViewAddressPropertiesNVX::sType = StructureType::eImageViewAddressPropertiesNVX |
Definition at line 45798 of file vulkan_structs.hpp.