Vulkan-Hpp
VkPhysicalDevice16BitStorageFeatures Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
void * pNext
 
VkBool32 storageBuffer16BitAccess
 
VkBool32 uniformAndStorageBuffer16BitAccess
 
VkBool32 storagePushConstant16
 
VkBool32 storageInputOutput16
 

Detailed Description

Definition at line 5078 of file vulkan_core.h.

Member Data Documentation

◆ pNext

void* VkPhysicalDevice16BitStorageFeatures::pNext

Definition at line 5080 of file vulkan_core.h.

◆ storageBuffer16BitAccess

VkBool32 VkPhysicalDevice16BitStorageFeatures::storageBuffer16BitAccess

Definition at line 5081 of file vulkan_core.h.

◆ storageInputOutput16

VkBool32 VkPhysicalDevice16BitStorageFeatures::storageInputOutput16

Definition at line 5084 of file vulkan_core.h.

◆ storagePushConstant16

VkBool32 VkPhysicalDevice16BitStorageFeatures::storagePushConstant16

Definition at line 5083 of file vulkan_core.h.

◆ sType

VkStructureType VkPhysicalDevice16BitStorageFeatures::sType

Definition at line 5079 of file vulkan_core.h.

◆ uniformAndStorageBuffer16BitAccess

VkBool32 VkPhysicalDevice16BitStorageFeatures::uniformAndStorageBuffer16BitAccess

Definition at line 5082 of file vulkan_core.h.


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