Vulkan-Hpp
vk::PhysicalDeviceMemoryDecompressionPropertiesNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceMemoryDecompressionPropertiesNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceMemoryDecompressionPropertiesNV (vk::MemoryDecompressionMethodFlagsNV decompressionMethods_={}, uint64_t maxDecompressionIndirectCount_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceMemoryDecompressionPropertiesNV (PhysicalDeviceMemoryDecompressionPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceMemoryDecompressionPropertiesNV (VkPhysicalDeviceMemoryDecompressionPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceMemoryDecompressionPropertiesNVoperator= (PhysicalDeviceMemoryDecompressionPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceMemoryDecompressionPropertiesNVoperator= (VkPhysicalDeviceMemoryDecompressionPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMemoryDecompressionPropertiesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMemoryDecompressionPropertiesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceMemoryDecompressionPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceMemoryDecompressionPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceMemoryDecompressionPropertiesNV
 
void * pNext = {}
 
vk::MemoryDecompressionMethodFlagsNV decompressionMethods = {}
 
uint64_t maxDecompressionIndirectCount = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 72139 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceMemoryDecompressionPropertiesNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceMemoryDecompressionPropertiesNV::PhysicalDeviceMemoryDecompressionPropertiesNV ( vk::MemoryDecompressionMethodFlagsNV  decompressionMethods_ = {},
uint64_t  maxDecompressionIndirectCount_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 72147 of file vulkan_structs.hpp.

◆ PhysicalDeviceMemoryDecompressionPropertiesNV() [2/3]

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

◆ PhysicalDeviceMemoryDecompressionPropertiesNV() [3/3]

vk::PhysicalDeviceMemoryDecompressionPropertiesNV::PhysicalDeviceMemoryDecompressionPropertiesNV ( VkPhysicalDeviceMemoryDecompressionPropertiesNV const &  rhs)
inline

Definition at line 72159 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceMemoryDecompressionPropertiesNV &()

vk::PhysicalDeviceMemoryDecompressionPropertiesNV::operator VkPhysicalDeviceMemoryDecompressionPropertiesNV & ( )
inline

Definition at line 72178 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceMemoryDecompressionPropertiesNV const &()

vk::PhysicalDeviceMemoryDecompressionPropertiesNV::operator VkPhysicalDeviceMemoryDecompressionPropertiesNV const & ( ) const
inline

Definition at line 72173 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 72208 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceMemoryDecompressionPropertiesNV& vk::PhysicalDeviceMemoryDecompressionPropertiesNV::operator= ( VkPhysicalDeviceMemoryDecompressionPropertiesNV const &  rhs)
inline

Definition at line 72167 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 72198 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 72143 of file vulkan_structs.hpp.

◆ decompressionMethods

vk::MemoryDecompressionMethodFlagsNV vk::PhysicalDeviceMemoryDecompressionPropertiesNV::decompressionMethods = {}

Definition at line 72217 of file vulkan_structs.hpp.

◆ maxDecompressionIndirectCount

uint64_t vk::PhysicalDeviceMemoryDecompressionPropertiesNV::maxDecompressionIndirectCount = {}

Definition at line 72218 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 72216 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceMemoryDecompressionPropertiesNV::structureType = StructureType::ePhysicalDeviceMemoryDecompressionPropertiesNV
static

Definition at line 72144 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceMemoryDecompressionPropertiesNV::sType = StructureType::ePhysicalDeviceMemoryDecompressionPropertiesNV

Definition at line 72215 of file vulkan_structs.hpp.


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