HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDevice8BitStorageFeatures
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDevice8BitStorageFeatures (VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8BitAccess_={}, VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess_={}, VULKAN_HPP_NAMESPACE::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
PhysicalDevice8BitStorageFeatures
setPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDevice8BitStorageFeatures
setStorageBuffer8BitAccess (VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8BitAccess_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDevice8BitStorageFeatures
setUniformAndStorageBuffer8BitAccess (VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDevice8BitStorageFeatures
setStoragePushConstant8 (VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDevice8BitStorageFeatures
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8BitAccess = {}
 
VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess = {}
 
VULKAN_HPP_NAMESPACE::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 50017 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 50025 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures::PhysicalDevice8BitStorageFeatures ( PhysicalDevice8BitStorageFeatures const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures::PhysicalDevice8BitStorageFeatures ( VkPhysicalDevice8BitStorageFeatures const rhs)
inline

Definition at line 50038 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 50086 of file vulkan_structs.hpp.

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

Definition at line 50081 of file vulkan_structs.hpp.

PhysicalDevice8BitStorageFeatures& VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures::operator= ( PhysicalDevice8BitStorageFeatures const rhs)
default
PhysicalDevice8BitStorageFeatures& VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures::operator= ( VkPhysicalDevice8BitStorageFeatures const rhs)
inline

Definition at line 50046 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures::operator== ( PhysicalDevice8BitStorageFeatures const rhs) const
inline

Definition at line 50110 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures& VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures::setPNext ( void pNext_)
inline

Definition at line 50053 of file vulkan_structs.hpp.

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

Definition at line 50060 of file vulkan_structs.hpp.

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

Definition at line 50074 of file vulkan_structs.hpp.

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

Definition at line 50067 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 50021 of file vulkan_structs.hpp.

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

Definition at line 50128 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures::storageBuffer8BitAccess = {}

Definition at line 50129 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures::storagePushConstant8 = {}

Definition at line 50131 of file vulkan_structs.hpp.

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

Definition at line 50022 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures::sType = StructureType::ePhysicalDevice8BitStorageFeatures

Definition at line 50127 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures::uniformAndStorageBuffer8BitAccess = {}

Definition at line 50130 of file vulkan_structs.hpp.


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