Vulkan-Hpp
vk::PhysicalDeviceShaderImageFootprintFeaturesNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShaderImageFootprintFeaturesNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderImageFootprintFeaturesNV (vk::Bool32 imageFootprint_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderImageFootprintFeaturesNV (PhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderImageFootprintFeaturesNV (VkPhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderImageFootprintFeaturesNVoperator= (PhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceShaderImageFootprintFeaturesNVoperator= (VkPhysicalDeviceShaderImageFootprintFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderImageFootprintFeaturesNVsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderImageFootprintFeaturesNVsetImageFootprint (vk::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
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceShaderImageFootprintFeaturesNV
 
void * pNext = {}
 
vk::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 82336 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderImageFootprintFeaturesNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShaderImageFootprintFeaturesNV::PhysicalDeviceShaderImageFootprintFeaturesNV ( vk::Bool32  imageFootprint_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 82344 of file vulkan_structs.hpp.

◆ PhysicalDeviceShaderImageFootprintFeaturesNV() [2/3]

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

◆ PhysicalDeviceShaderImageFootprintFeaturesNV() [3/3]

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

Definition at line 82353 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceShaderImageFootprintFeaturesNV &()

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

Definition at line 82386 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceShaderImageFootprintFeaturesNV const &()

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

Definition at line 82381 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 82415 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Definition at line 82361 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 82406 of file vulkan_structs.hpp.

◆ setImageFootprint()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderImageFootprintFeaturesNV& vk::PhysicalDeviceShaderImageFootprintFeaturesNV::setImageFootprint ( vk::Bool32  imageFootprint_)
inline

Definition at line 82374 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderImageFootprintFeaturesNV& vk::PhysicalDeviceShaderImageFootprintFeaturesNV::setPNext ( void *  pNext_)
inline

Definition at line 82368 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 82340 of file vulkan_structs.hpp.

◆ imageFootprint

vk::Bool32 vk::PhysicalDeviceShaderImageFootprintFeaturesNV::imageFootprint = {}

Definition at line 82424 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 82423 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 82341 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceShaderImageFootprintFeaturesNV::sType = StructureType::ePhysicalDeviceShaderImageFootprintFeaturesNV

Definition at line 82422 of file vulkan_structs.hpp.


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