pub type SubresourceHostMemcpySizeEXT = SubresourceHostMemcpySize;Expand description
Aliased Type§
#[repr(C)]pub struct SubresourceHostMemcpySizeEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub size: u64,
}Fields§
§s_type: StructureType§next: *mut c_void§size: u64