SDL 2.0
|
#include <vulkan.hpp>
Data Fields | |
void * | pNext = nullptr |
Bool32 | storageBuffer16BitAccess |
Bool32 | uniformAndStorageBuffer16BitAccess |
Bool32 | storagePushConstant16 |
Bool32 | storageInputOutput16 |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDevice16BitStorageFeatures |
Definition at line 15793 of file vulkan.hpp.
|
inline |
Definition at line 15795 of file vulkan.hpp.
|
inline |
Definition at line 15806 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 15851 of file vulkan.hpp.
|
inline |
Definition at line 15846 of file vulkan.hpp.
|
inline |
Definition at line 15866 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 15856 of file vulkan.hpp.
References pNext, storageBuffer16BitAccess, storageInputOutput16, storagePushConstant16, sType, and uniformAndStorageBuffer16BitAccess.
Referenced by operator!=().
|
inline |
Definition at line 15816 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 15822 of file vulkan.hpp.
References storageBuffer16BitAccess.
|
inline |
Definition at line 15840 of file vulkan.hpp.
References storageInputOutput16.
|
inline |
Definition at line 15834 of file vulkan.hpp.
References storagePushConstant16.
|
inline |
Definition at line 15828 of file vulkan.hpp.
References uniformAndStorageBuffer16BitAccess.
void* VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::pNext = nullptr |
Definition at line 15875 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::storageBuffer16BitAccess |
Definition at line 15876 of file vulkan.hpp.
Referenced by operator==(), and setStorageBuffer16BitAccess().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::storageInputOutput16 |
Definition at line 15879 of file vulkan.hpp.
Referenced by operator==(), and setStorageInputOutput16().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::storagePushConstant16 |
Definition at line 15878 of file vulkan.hpp.
Referenced by operator==(), and setStoragePushConstant16().
|
private |
Definition at line 15872 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::uniformAndStorageBuffer16BitAccess |
Definition at line 15877 of file vulkan.hpp.
Referenced by operator==(), and setUniformAndStorageBuffer16BitAccess().