SDL 2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseProperties Struct Reference

#include <vulkan.hpp>

Public Member Functions

 operator VkPhysicalDeviceSparseProperties const & () const
 
 operator VkPhysicalDeviceSparseProperties & ()
 
bool operator== (PhysicalDeviceSparseProperties const &rhs) const
 
bool operator!= (PhysicalDeviceSparseProperties const &rhs) const
 

Data Fields

Bool32 residencyStandard2DBlockShape
 
Bool32 residencyStandard2DMultisampleBlockShape
 
Bool32 residencyStandard3DBlockShape
 
Bool32 residencyAlignedMipSize
 
Bool32 residencyNonResidentStrict
 

Detailed Description

Definition at line 6811 of file vulkan.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceSparseProperties &()

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

Definition at line 6818 of file vulkan.hpp.

6819 {
6820 return *reinterpret_cast<VkPhysicalDeviceSparseProperties*>(this);
6821 }

◆ operator VkPhysicalDeviceSparseProperties const &()

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

Definition at line 6813 of file vulkan.hpp.

6814 {
6815 return *reinterpret_cast<const VkPhysicalDeviceSparseProperties*>(this);
6816 }

◆ operator!=()

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

Definition at line 6832 of file vulkan.hpp.

6833 {
6834 return !operator==( rhs );
6835 }
bool operator==(PhysicalDeviceSparseProperties const &rhs) const
Definition: vulkan.hpp:6823

References operator==().

◆ operator==()

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

Definition at line 6823 of file vulkan.hpp.

6824 {
6825 return ( residencyStandard2DBlockShape == rhs.residencyStandard2DBlockShape )
6826 && ( residencyStandard2DMultisampleBlockShape == rhs.residencyStandard2DMultisampleBlockShape )
6827 && ( residencyStandard3DBlockShape == rhs.residencyStandard3DBlockShape )
6828 && ( residencyAlignedMipSize == rhs.residencyAlignedMipSize )
6829 && ( residencyNonResidentStrict == rhs.residencyNonResidentStrict );
6830 }

References residencyAlignedMipSize, residencyNonResidentStrict, residencyStandard2DBlockShape, residencyStandard2DMultisampleBlockShape, and residencyStandard3DBlockShape.

Referenced by operator!=().

Field Documentation

◆ residencyAlignedMipSize

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseProperties::residencyAlignedMipSize

Definition at line 6840 of file vulkan.hpp.

Referenced by operator==().

◆ residencyNonResidentStrict

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseProperties::residencyNonResidentStrict

Definition at line 6841 of file vulkan.hpp.

Referenced by operator==().

◆ residencyStandard2DBlockShape

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseProperties::residencyStandard2DBlockShape

Definition at line 6837 of file vulkan.hpp.

Referenced by operator==().

◆ residencyStandard2DMultisampleBlockShape

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseProperties::residencyStandard2DMultisampleBlockShape

Definition at line 6838 of file vulkan.hpp.

Referenced by operator==().

◆ residencyStandard3DBlockShape

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseProperties::residencyStandard3DBlockShape

Definition at line 6839 of file vulkan.hpp.

Referenced by operator==().


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