SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderImageFootprintFeaturesNV (VULKAN_HPP_NAMESPACE::Bool32 imageFootprint_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderImageFootprintFeaturesNV (PhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderImageFootprintFeaturesNV (VkPhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderImageFootprintFeaturesNVoperator= (VkPhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderImageFootprintFeaturesNVoperator= (PhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderImageFootprintFeaturesNVsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderImageFootprintFeaturesNVsetImageFootprint (VULKAN_HPP_NAMESPACE::Bool32 imageFootprint_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderImageFootprintFeaturesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderImageFootprintFeaturesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceShaderImageFootprintFeaturesNV
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 imageFootprint = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 70047 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderImageFootprintFeaturesNV() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::PhysicalDeviceShaderImageFootprintFeaturesNV ( VULKAN_HPP_NAMESPACE::Bool32  imageFootprint_ = {})
inline

Definition at line 70053 of file vulkan.hpp.

70054  : imageFootprint( imageFootprint_ )
70055  {}
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceShaderImageFootprintFeaturesNV() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::PhysicalDeviceShaderImageFootprintFeaturesNV ( PhysicalDeviceShaderImageFootprintFeaturesNV const &  rhs)
default

◆ PhysicalDeviceShaderImageFootprintFeaturesNV() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::PhysicalDeviceShaderImageFootprintFeaturesNV ( VkPhysicalDeviceShaderImageFootprintFeaturesNV const &  rhs)
inline

Definition at line 70059 of file vulkan.hpp.

70060  {
70061  *this = rhs;
70062  }

Member Function Documentation

◆ operator VkPhysicalDeviceShaderImageFootprintFeaturesNV &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::operator VkPhysicalDeviceShaderImageFootprintFeaturesNV & ( )
inline

Definition at line 70095 of file vulkan.hpp.

70096  {
70097  return *reinterpret_cast<VkPhysicalDeviceShaderImageFootprintFeaturesNV*>( this );
70098  }

◆ operator VkPhysicalDeviceShaderImageFootprintFeaturesNV const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::operator VkPhysicalDeviceShaderImageFootprintFeaturesNV const & ( ) const
inline

Definition at line 70090 of file vulkan.hpp.

70091  {
70092  return *reinterpret_cast<const VkPhysicalDeviceShaderImageFootprintFeaturesNV*>( this );
70093  }

◆ operator!=()

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

Definition at line 70111 of file vulkan.hpp.

70112  {
70113  return !operator==( rhs );
70114  }
bool operator==(PhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:70104

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

PhysicalDeviceShaderImageFootprintFeaturesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::operator= ( PhysicalDeviceShaderImageFootprintFeaturesNV const &  rhs)
inline

Definition at line 70071 of file vulkan.hpp.

70072  {
70073  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderImageFootprintFeaturesNV ) );
70074  return *this;
70075  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderImageFootprintFeaturesNV(VULKAN_HPP_NAMESPACE::Bool32 imageFootprint_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:70053

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceShaderImageFootprintFeaturesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::operator= ( VkPhysicalDeviceShaderImageFootprintFeaturesNV const &  rhs)
inline

Definition at line 70065 of file vulkan.hpp.

70066  {
70067  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV const *>( &rhs );
70068  return *this;
70069  }

◆ operator==()

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

Definition at line 70104 of file vulkan.hpp.

70105  {
70106  return ( sType == rhs.sType )
70107  && ( pNext == rhs.pNext )
70108  && ( imageFootprint == rhs.imageFootprint );
70109  }

◆ setImageFootprint()

PhysicalDeviceShaderImageFootprintFeaturesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::setImageFootprint ( VULKAN_HPP_NAMESPACE::Bool32  imageFootprint_)
inline

Definition at line 70083 of file vulkan.hpp.

70084  {
70085  imageFootprint = imageFootprint_;
70086  return *this;
70087  }

◆ setPNext()

PhysicalDeviceShaderImageFootprintFeaturesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::setPNext ( void pNext_)
inline

Definition at line 70077 of file vulkan.hpp.

70078  {
70079  pNext = pNext_;
70080  return *this;
70081  }

Field Documentation

◆ allowDuplicate

const bool VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::allowDuplicate = false
static

Definition at line 70049 of file vulkan.hpp.

◆ imageFootprint

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::imageFootprint = {}

Definition at line 70122 of file vulkan.hpp.

◆ pNext

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::pNext = {}

Definition at line 70121 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::structureType = StructureType::ePhysicalDeviceShaderImageFootprintFeaturesNV
static

Definition at line 70050 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV::sType = StructureType::ePhysicalDeviceShaderImageFootprintFeaturesNV

Definition at line 70120 of file vulkan.hpp.


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