RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures Struct Reference

#include <vulkan.hpp>

Public Member Functions

 PhysicalDevice16BitStorageFeatures (Bool32 storageBuffer16BitAccess_=0, Bool32 uniformAndStorageBuffer16BitAccess_=0, Bool32 storagePushConstant16_=0, Bool32 storageInputOutput16_=0)
 
 PhysicalDevice16BitStorageFeatures (VkPhysicalDevice16BitStorageFeatures const &rhs)
 
PhysicalDevice16BitStorageFeaturesoperator= (VkPhysicalDevice16BitStorageFeatures const &rhs)
 
PhysicalDevice16BitStorageFeaturessetPNext (void *pNext_)
 
PhysicalDevice16BitStorageFeaturessetStorageBuffer16BitAccess (Bool32 storageBuffer16BitAccess_)
 
PhysicalDevice16BitStorageFeaturessetUniformAndStorageBuffer16BitAccess (Bool32 uniformAndStorageBuffer16BitAccess_)
 
PhysicalDevice16BitStorageFeaturessetStoragePushConstant16 (Bool32 storagePushConstant16_)
 
PhysicalDevice16BitStorageFeaturessetStorageInputOutput16 (Bool32 storageInputOutput16_)
 
 operator const VkPhysicalDevice16BitStorageFeatures & () const
 
bool operator== (PhysicalDevice16BitStorageFeatures const &rhs) const
 
bool operator!= (PhysicalDevice16BitStorageFeatures const &rhs) const
 

Public Attributes

voidpNext = nullptr
 
Bool32 storageBuffer16BitAccess
 
Bool32 uniformAndStorageBuffer16BitAccess
 
Bool32 storagePushConstant16
 
Bool32 storageInputOutput16
 

Private Attributes

StructureType sType = StructureType::ePhysicalDevice16BitStorageFeatures
 

Constructor & Destructor Documentation

◆ PhysicalDevice16BitStorageFeatures() [1/2]

VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::PhysicalDevice16BitStorageFeatures ( Bool32  storageBuffer16BitAccess_ = 0,
Bool32  uniformAndStorageBuffer16BitAccess_ = 0,
Bool32  storagePushConstant16_ = 0,
Bool32  storageInputOutput16_ = 0 
)
inline

◆ PhysicalDevice16BitStorageFeatures() [2/2]

VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::PhysicalDevice16BitStorageFeatures ( VkPhysicalDevice16BitStorageFeatures const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkPhysicalDevice16BitStorageFeatures &()

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

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::operator!= ( PhysicalDevice16BitStorageFeatures const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

PhysicalDevice16BitStorageFeatures& VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::operator= ( VkPhysicalDevice16BitStorageFeatures const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::operator== ( PhysicalDevice16BitStorageFeatures const rhs) const
inline
Here is the caller graph for this function:

◆ setPNext()

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

◆ setStorageBuffer16BitAccess()

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

◆ setStorageInputOutput16()

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

◆ setStoragePushConstant16()

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

◆ setUniformAndStorageBuffer16BitAccess()

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

Member Data Documentation

◆ pNext

void* VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::pNext = nullptr

◆ storageBuffer16BitAccess

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::storageBuffer16BitAccess

◆ storageInputOutput16

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::storageInputOutput16

◆ storagePushConstant16

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::storagePushConstant16

◆ sType

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

◆ uniformAndStorageBuffer16BitAccess

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::uniformAndStorageBuffer16BitAccess

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