Vulkan-Hpp
vk::PhysicalDevice8BitStorageFeatures Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDevice8BitStorageFeatures
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDevice8BitStorageFeatures (vk::Bool32 storageBuffer8BitAccess_={}, vk::Bool32 uniformAndStorageBuffer8BitAccess_={}, vk::Bool32 storagePushConstant8_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDevice8BitStorageFeatures (PhysicalDevice8BitStorageFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDevice8BitStorageFeatures (VkPhysicalDevice8BitStorageFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevice8BitStorageFeaturesoperator= (PhysicalDevice8BitStorageFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDevice8BitStorageFeaturesoperator= (VkPhysicalDevice8BitStorageFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeaturessetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeaturessetStorageBuffer8BitAccess (vk::Bool32 storageBuffer8BitAccess_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeaturessetUniformAndStorageBuffer8BitAccess (vk::Bool32 uniformAndStorageBuffer8BitAccess_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeaturessetStoragePushConstant8 (vk::Bool32 storagePushConstant8_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevice8BitStorageFeatures const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevice8BitStorageFeatures & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDevice8BitStorageFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDevice8BitStorageFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDevice8BitStorageFeatures
 
void * pNext = {}
 
vk::Bool32 storageBuffer8BitAccess = {}
 
vk::Bool32 uniformAndStorageBuffer8BitAccess = {}
 
vk::Bool32 storagePushConstant8 = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 56326 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDevice8BitStorageFeatures() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDevice8BitStorageFeatures::PhysicalDevice8BitStorageFeatures ( vk::Bool32  storageBuffer8BitAccess_ = {},
vk::Bool32  uniformAndStorageBuffer8BitAccess_ = {},
vk::Bool32  storagePushConstant8_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 56334 of file vulkan_structs.hpp.

◆ PhysicalDevice8BitStorageFeatures() [2/3]

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

◆ PhysicalDevice8BitStorageFeatures() [3/3]

vk::PhysicalDevice8BitStorageFeatures::PhysicalDevice8BitStorageFeatures ( VkPhysicalDevice8BitStorageFeatures const &  rhs)
inline

Definition at line 56347 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDevice8BitStorageFeatures &()

vk::PhysicalDevice8BitStorageFeatures::operator VkPhysicalDevice8BitStorageFeatures & ( )
inline

Definition at line 56395 of file vulkan_structs.hpp.

◆ operator VkPhysicalDevice8BitStorageFeatures const &()

vk::PhysicalDevice8BitStorageFeatures::operator VkPhysicalDevice8BitStorageFeatures const & ( ) const
inline

Definition at line 56390 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 56429 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDevice8BitStorageFeatures& vk::PhysicalDevice8BitStorageFeatures::operator= ( VkPhysicalDevice8BitStorageFeatures const &  rhs)
inline

Definition at line 56355 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 56419 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 56362 of file vulkan_structs.hpp.

◆ setStorageBuffer8BitAccess()

VULKAN_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures& vk::PhysicalDevice8BitStorageFeatures::setStorageBuffer8BitAccess ( vk::Bool32  storageBuffer8BitAccess_)
inline

Definition at line 56369 of file vulkan_structs.hpp.

◆ setStoragePushConstant8()

VULKAN_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures& vk::PhysicalDevice8BitStorageFeatures::setStoragePushConstant8 ( vk::Bool32  storagePushConstant8_)
inline

Definition at line 56383 of file vulkan_structs.hpp.

◆ setUniformAndStorageBuffer8BitAccess()

VULKAN_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures& vk::PhysicalDevice8BitStorageFeatures::setUniformAndStorageBuffer8BitAccess ( vk::Bool32  uniformAndStorageBuffer8BitAccess_)
inline

Definition at line 56376 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 56330 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 56437 of file vulkan_structs.hpp.

◆ storageBuffer8BitAccess

vk::Bool32 vk::PhysicalDevice8BitStorageFeatures::storageBuffer8BitAccess = {}

Definition at line 56438 of file vulkan_structs.hpp.

◆ storagePushConstant8

vk::Bool32 vk::PhysicalDevice8BitStorageFeatures::storagePushConstant8 = {}

Definition at line 56440 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDevice8BitStorageFeatures::structureType = StructureType::ePhysicalDevice8BitStorageFeatures
static

Definition at line 56331 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDevice8BitStorageFeatures::sType = StructureType::ePhysicalDevice8BitStorageFeatures

Definition at line 56436 of file vulkan_structs.hpp.

◆ uniformAndStorageBuffer8BitAccess

vk::Bool32 vk::PhysicalDevice8BitStorageFeatures::uniformAndStorageBuffer8BitAccess = {}

Definition at line 56439 of file vulkan_structs.hpp.


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