#include <vulkan.hpp>
Definition at line 15793 of file vulkan.hpp.
◆ PhysicalDevice16BitStorageFeatures() [1/2]
VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::PhysicalDevice16BitStorageFeatures |
( |
Bool32 |
storageBuffer16BitAccess_ = 0 , |
|
|
Bool32 |
uniformAndStorageBuffer16BitAccess_ = 0 , |
|
|
Bool32 |
storagePushConstant16_ = 0 , |
|
|
Bool32 |
storageInputOutput16_ = 0 |
|
) |
| |
|
inline |
◆ PhysicalDevice16BitStorageFeatures() [2/2]
◆ operator VkPhysicalDevice16BitStorageFeatures &()
Definition at line 15851 of file vulkan.hpp.
15853 return *reinterpret_cast<VkPhysicalDevice16BitStorageFeatures*>(
this);
◆ operator VkPhysicalDevice16BitStorageFeatures const &()
Definition at line 15846 of file vulkan.hpp.
15848 return *reinterpret_cast<const VkPhysicalDevice16BitStorageFeatures*>(
this);
◆ operator!=()
◆ operator=()
◆ operator==()
◆ setPNext()
◆ setStorageBuffer16BitAccess()
◆ setStorageInputOutput16()
◆ setStoragePushConstant16()
◆ setUniformAndStorageBuffer16BitAccess()
◆ 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
◆ uniformAndStorageBuffer16BitAccess
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures::uniformAndStorageBuffer16BitAccess |
The documentation for this struct was generated from the following file: