1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkPhysicalDevice16BitStorageFeatures,VkPhysicalDevice16BitStorageFeatures]] 3[source,c++] 4---- 5typedef struct VkPhysicalDevice16BitStorageFeatures { 6 VkStructureType sType; 7 void* pNext; 8 VkBool32 storageBuffer16BitAccess; 9 VkBool32 uniformAndStorageBuffer16BitAccess; 10 VkBool32 storagePushConstant16; 11 VkBool32 storageInputOutput16; 12} VkPhysicalDevice16BitStorageFeatures; 13---- 14