Vulkan-Hpp
vk::PhysicalDeviceShaderAtomicInt64Features Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShaderAtomicInt64Features
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features (vk::Bool32 shaderBufferInt64Atomics_={}, vk::Bool32 shaderSharedInt64Atomics_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features (PhysicalDeviceShaderAtomicInt64Features const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderAtomicInt64Features (VkPhysicalDeviceShaderAtomicInt64Features const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderAtomicInt64Featuresoperator= (PhysicalDeviceShaderAtomicInt64Features const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceShaderAtomicInt64Featuresoperator= (VkPhysicalDeviceShaderAtomicInt64Features const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderAtomicInt64FeaturessetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderAtomicInt64FeaturessetShaderBufferInt64Atomics (vk::Bool32 shaderBufferInt64Atomics_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderAtomicInt64FeaturessetShaderSharedInt64Atomics (vk::Bool32 shaderSharedInt64Atomics_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderAtomicInt64Features const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderAtomicInt64Features & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShaderAtomicInt64Features const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShaderAtomicInt64Features const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceShaderAtomicInt64Features
 
void * pNext = {}
 
vk::Bool32 shaderBufferInt64Atomics = {}
 
vk::Bool32 shaderSharedInt64Atomics = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 80818 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderAtomicInt64Features() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShaderAtomicInt64Features::PhysicalDeviceShaderAtomicInt64Features ( vk::Bool32  shaderBufferInt64Atomics_ = {},
vk::Bool32  shaderSharedInt64Atomics_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 80826 of file vulkan_structs.hpp.

◆ PhysicalDeviceShaderAtomicInt64Features() [2/3]

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

◆ PhysicalDeviceShaderAtomicInt64Features() [3/3]

vk::PhysicalDeviceShaderAtomicInt64Features::PhysicalDeviceShaderAtomicInt64Features ( VkPhysicalDeviceShaderAtomicInt64Features const &  rhs)
inline

Definition at line 80837 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceShaderAtomicInt64Features &()

vk::PhysicalDeviceShaderAtomicInt64Features::operator VkPhysicalDeviceShaderAtomicInt64Features & ( )
inline

Definition at line 80878 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceShaderAtomicInt64Features const &()

vk::PhysicalDeviceShaderAtomicInt64Features::operator VkPhysicalDeviceShaderAtomicInt64Features const & ( ) const
inline

Definition at line 80873 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 80908 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceShaderAtomicInt64Features& vk::PhysicalDeviceShaderAtomicInt64Features::operator= ( VkPhysicalDeviceShaderAtomicInt64Features const &  rhs)
inline

Definition at line 80845 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 80898 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 80852 of file vulkan_structs.hpp.

◆ setShaderBufferInt64Atomics()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features& vk::PhysicalDeviceShaderAtomicInt64Features::setShaderBufferInt64Atomics ( vk::Bool32  shaderBufferInt64Atomics_)
inline

Definition at line 80859 of file vulkan_structs.hpp.

◆ setShaderSharedInt64Atomics()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features& vk::PhysicalDeviceShaderAtomicInt64Features::setShaderSharedInt64Atomics ( vk::Bool32  shaderSharedInt64Atomics_)
inline

Definition at line 80866 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 80822 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 80916 of file vulkan_structs.hpp.

◆ shaderBufferInt64Atomics

vk::Bool32 vk::PhysicalDeviceShaderAtomicInt64Features::shaderBufferInt64Atomics = {}

Definition at line 80917 of file vulkan_structs.hpp.

◆ shaderSharedInt64Atomics

vk::Bool32 vk::PhysicalDeviceShaderAtomicInt64Features::shaderSharedInt64Atomics = {}

Definition at line 80918 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceShaderAtomicInt64Features::structureType = StructureType::ePhysicalDeviceShaderAtomicInt64Features
static

Definition at line 80823 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceShaderAtomicInt64Features::sType = StructureType::ePhysicalDeviceShaderAtomicInt64Features

Definition at line 80915 of file vulkan_structs.hpp.


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