Vulkan-Hpp
vk::PhysicalDeviceSparseProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceSparseProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceSparseProperties (vk::Bool32 residencyStandard2DBlockShape_={}, vk::Bool32 residencyStandard2DMultisampleBlockShape_={}, vk::Bool32 residencyStandard3DBlockShape_={}, vk::Bool32 residencyAlignedMipSize_={}, vk::Bool32 residencyNonResidentStrict_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceSparseProperties (PhysicalDeviceSparseProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceSparseProperties (VkPhysicalDeviceSparseProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceSparsePropertiesoperator= (PhysicalDeviceSparseProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceSparsePropertiesoperator= (VkPhysicalDeviceSparseProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSparseProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSparseProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceSparseProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceSparseProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::Bool32 residencyStandard2DBlockShape = {}
 
vk::Bool32 residencyStandard2DMultisampleBlockShape = {}
 
vk::Bool32 residencyStandard3DBlockShape = {}
 
vk::Bool32 residencyAlignedMipSize = {}
 
vk::Bool32 residencyNonResidentStrict = {}
 

Detailed Description

Definition at line 77064 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceSparseProperties() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceSparseProperties::PhysicalDeviceSparseProperties ( vk::Bool32  residencyStandard2DBlockShape_ = {},
vk::Bool32  residencyStandard2DMultisampleBlockShape_ = {},
vk::Bool32  residencyStandard3DBlockShape_ = {},
vk::Bool32  residencyAlignedMipSize_ = {},
vk::Bool32  residencyNonResidentStrict_ = {} 
)
inline

Definition at line 77069 of file vulkan_structs.hpp.

◆ PhysicalDeviceSparseProperties() [2/3]

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

◆ PhysicalDeviceSparseProperties() [3/3]

vk::PhysicalDeviceSparseProperties::PhysicalDeviceSparseProperties ( VkPhysicalDeviceSparseProperties const &  rhs)
inline

Definition at line 77084 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceSparseProperties &()

vk::PhysicalDeviceSparseProperties::operator VkPhysicalDeviceSparseProperties & ( )
inline

Definition at line 77103 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceSparseProperties const &()

vk::PhysicalDeviceSparseProperties::operator VkPhysicalDeviceSparseProperties const & ( ) const
inline

Definition at line 77098 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 77143 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceSparseProperties& vk::PhysicalDeviceSparseProperties::operator= ( VkPhysicalDeviceSparseProperties const &  rhs)
inline

Definition at line 77092 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 77131 of file vulkan_structs.hpp.

Member Data Documentation

◆ residencyAlignedMipSize

vk::Bool32 vk::PhysicalDeviceSparseProperties::residencyAlignedMipSize = {}

Definition at line 77153 of file vulkan_structs.hpp.

◆ residencyNonResidentStrict

vk::Bool32 vk::PhysicalDeviceSparseProperties::residencyNonResidentStrict = {}

Definition at line 77154 of file vulkan_structs.hpp.

◆ residencyStandard2DBlockShape

vk::Bool32 vk::PhysicalDeviceSparseProperties::residencyStandard2DBlockShape = {}

Definition at line 77150 of file vulkan_structs.hpp.

◆ residencyStandard2DMultisampleBlockShape

vk::Bool32 vk::PhysicalDeviceSparseProperties::residencyStandard2DMultisampleBlockShape = {}

Definition at line 77151 of file vulkan_structs.hpp.

◆ residencyStandard3DBlockShape

vk::Bool32 vk::PhysicalDeviceSparseProperties::residencyStandard3DBlockShape = {}

Definition at line 77152 of file vulkan_structs.hpp.


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