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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDevice16BitStorageFeatures
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDevice16BitStorageFeatures (VULKAN_HPP_NAMESPACE::Bool32 storageBuffer16BitAccess_={}, VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer16BitAccess_={}, VULKAN_HPP_NAMESPACE::Bool32 storagePushConstant16_={}, VULKAN_HPP_NAMESPACE::Bool32 storageInputOutput16_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDevice16BitStorageFeatures (PhysicalDevice16BitStorageFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDevice16BitStorageFeatures (VkPhysicalDevice16BitStorageFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevice16BitStorageFeaturesoperator= (PhysicalDevice16BitStorageFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDevice16BitStorageFeaturesoperator= (VkPhysicalDevice16BitStorageFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDevice16BitStorageFeatures
setPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDevice16BitStorageFeatures
setStorageBuffer16BitAccess (VULKAN_HPP_NAMESPACE::Bool32 storageBuffer16BitAccess_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDevice16BitStorageFeatures
setUniformAndStorageBuffer16BitAccess (VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer16BitAccess_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDevice16BitStorageFeatures
setStoragePushConstant16 (VULKAN_HPP_NAMESPACE::Bool32 storagePushConstant16_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDevice16BitStorageFeatures
setStorageInputOutput16 (VULKAN_HPP_NAMESPACE::Bool32 storageInputOutput16_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevice16BitStorageFeatures const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevice16BitStorageFeatures & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDevice16BitStorageFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDevice16BitStorageFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDevice16BitStorageFeatures
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 storageBuffer16BitAccess = {}
 
VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer16BitAccess = {}
 
VULKAN_HPP_NAMESPACE::Bool32 storagePushConstant16 = {}
 
VULKAN_HPP_NAMESPACE::Bool32 storageInputOutput16 = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 49775 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::PhysicalDevice16BitStorageFeatures ( VULKAN_HPP_NAMESPACE::Bool32  storageBuffer16BitAccess_ = {},
VULKAN_HPP_NAMESPACE::Bool32  uniformAndStorageBuffer16BitAccess_ = {},
VULKAN_HPP_NAMESPACE::Bool32  storagePushConstant16_ = {},
VULKAN_HPP_NAMESPACE::Bool32  storageInputOutput16_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 49783 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::PhysicalDevice16BitStorageFeatures ( PhysicalDevice16BitStorageFeatures const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::PhysicalDevice16BitStorageFeatures ( VkPhysicalDevice16BitStorageFeatures const rhs)
inline

Definition at line 49798 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::operator VkPhysicalDevice16BitStorageFeatures & ( )
inline

Definition at line 49853 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::operator VkPhysicalDevice16BitStorageFeatures const & ( ) const
inline

Definition at line 49848 of file vulkan_structs.hpp.

PhysicalDevice16BitStorageFeatures& VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::operator= ( PhysicalDevice16BitStorageFeatures const rhs)
default
PhysicalDevice16BitStorageFeatures& VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::operator= ( VkPhysicalDevice16BitStorageFeatures const rhs)
inline

Definition at line 49806 of file vulkan_structs.hpp.

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

Definition at line 49878 of file vulkan_structs.hpp.

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

Definition at line 49813 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDevice16BitStorageFeatures& VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::setStorageBuffer16BitAccess ( VULKAN_HPP_NAMESPACE::Bool32  storageBuffer16BitAccess_)
inline

Definition at line 49820 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDevice16BitStorageFeatures& VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::setStorageInputOutput16 ( VULKAN_HPP_NAMESPACE::Bool32  storageInputOutput16_)
inline

Definition at line 49841 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDevice16BitStorageFeatures& VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::setStoragePushConstant16 ( VULKAN_HPP_NAMESPACE::Bool32  storagePushConstant16_)
inline

Definition at line 49834 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDevice16BitStorageFeatures& VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::setUniformAndStorageBuffer16BitAccess ( VULKAN_HPP_NAMESPACE::Bool32  uniformAndStorageBuffer16BitAccess_)
inline

Definition at line 49827 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 49779 of file vulkan_structs.hpp.

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

Definition at line 49897 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::storageBuffer16BitAccess = {}

Definition at line 49898 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::storageInputOutput16 = {}

Definition at line 49901 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::storagePushConstant16 = {}

Definition at line 49900 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::structureType = StructureType::ePhysicalDevice16BitStorageFeatures
static

Definition at line 49780 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::sType = StructureType::ePhysicalDevice16BitStorageFeatures

Definition at line 49896 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::uniformAndStorageBuffer16BitAccess = {}

Definition at line 49899 of file vulkan_structs.hpp.


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