Vulkan-Hpp
vk::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderImageAtomicInt64FeaturesEXT (vk::Bool32 shaderImageInt64Atomics_={}, vk::Bool32 sparseImageInt64Atomics_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderImageAtomicInt64FeaturesEXT (PhysicalDeviceShaderImageAtomicInt64FeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderImageAtomicInt64FeaturesEXT (VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderImageAtomicInt64FeaturesEXToperator= (PhysicalDeviceShaderImageAtomicInt64FeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceShaderImageAtomicInt64FeaturesEXToperator= (VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderImageAtomicInt64FeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderImageAtomicInt64FeaturesEXTsetShaderImageInt64Atomics (vk::Bool32 shaderImageInt64Atomics_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderImageAtomicInt64FeaturesEXTsetSparseImageInt64Atomics (vk::Bool32 sparseImageInt64Atomics_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShaderImageAtomicInt64FeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShaderImageAtomicInt64FeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceShaderImageAtomicInt64FeaturesEXT
 
void * pNext = {}
 
vk::Bool32 shaderImageInt64Atomics = {}
 
vk::Bool32 sparseImageInt64Atomics = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 82226 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderImageAtomicInt64FeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT ( vk::Bool32  shaderImageInt64Atomics_ = {},
vk::Bool32  sparseImageInt64Atomics_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 82234 of file vulkan_structs.hpp.

◆ PhysicalDeviceShaderImageAtomicInt64FeaturesEXT() [2/3]

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

◆ PhysicalDeviceShaderImageAtomicInt64FeaturesEXT() [3/3]

vk::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT ( VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT const &  rhs)
inline

Definition at line 82246 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT &()

vk::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT::operator VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT & ( )
inline

Definition at line 82287 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT const &()

vk::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT::operator VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT const & ( ) const
inline

Definition at line 82282 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 82317 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceShaderImageAtomicInt64FeaturesEXT& vk::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT::operator= ( VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT const &  rhs)
inline

Definition at line 82254 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 82307 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 82261 of file vulkan_structs.hpp.

◆ setShaderImageInt64Atomics()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderImageAtomicInt64FeaturesEXT& vk::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT::setShaderImageInt64Atomics ( vk::Bool32  shaderImageInt64Atomics_)
inline

Definition at line 82268 of file vulkan_structs.hpp.

◆ setSparseImageInt64Atomics()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderImageAtomicInt64FeaturesEXT& vk::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT::setSparseImageInt64Atomics ( vk::Bool32  sparseImageInt64Atomics_)
inline

Definition at line 82275 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 82230 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 82325 of file vulkan_structs.hpp.

◆ shaderImageInt64Atomics

vk::Bool32 vk::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT::shaderImageInt64Atomics = {}

Definition at line 82326 of file vulkan_structs.hpp.

◆ sparseImageInt64Atomics

vk::Bool32 vk::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT::sparseImageInt64Atomics = {}

Definition at line 82327 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT::structureType = StructureType::ePhysicalDeviceShaderImageAtomicInt64FeaturesEXT
static

Definition at line 82231 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceShaderImageAtomicInt64FeaturesEXT::sType = StructureType::ePhysicalDeviceShaderImageAtomicInt64FeaturesEXT

Definition at line 82324 of file vulkan_structs.hpp.


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