Type Alias PhysicalDevice16BitStorageFeaturesKHR
Source pub type PhysicalDevice16BitStorageFeaturesKHR = PhysicalDevice16BitStorageFeatures;
struct PhysicalDevice16BitStorageFeaturesKHR {
pub sType: u32,
pub pNext: *mut c_void,
pub storageBuffer16BitAccess: u32,
pub uniformAndStorageBuffer16BitAccess: u32,
pub storagePushConstant16: u32,
pub storageInputOutput16: u32,
}
§uniformAndStorageBuffer16BitAccess: u32
Trait Implementations
Returns the “default value” for a type.
Read more