pub type SubresourceHostMemcpySizeEXT = SubresourceHostMemcpySize;Aliased Type§
#[repr(C)]pub struct SubresourceHostMemcpySizeEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub size: u64,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SUBRESOURCE_HOST_MEMCPY_SIZE.
p_next: *mut c_voidOptional, may be null.
size: u64