// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkPhysicalDevice16BitStorageFeatures,VkPhysicalDevice16BitStorageFeatures]] [source,c++] ---- typedef struct VkPhysicalDevice16BitStorageFeatures { VkStructureType sType; void* pNext; VkBool32 storageBuffer16BitAccess; VkBool32 uniformAndStorageBuffer16BitAccess; VkBool32 storagePushConstant16; VkBool32 storageInputOutput16; } VkPhysicalDevice16BitStorageFeatures; ----