pub type hipExternalMemoryMipmappedArrayDesc = hipExternalMemoryMipmappedArrayDesc_st;
Aliased Type§
struct hipExternalMemoryMipmappedArrayDesc {
pub offset: u64,
pub formatDesc: hipChannelFormatDesc,
pub extent: hipExtent,
pub flags: u32,
pub numLevels: u32,
}
Fields§
§offset: u64
§formatDesc: hipChannelFormatDesc
§extent: hipExtent
§flags: u32
§numLevels: u32