Struct rps_sys::RpsRuntimeOpDestroyHeapArgs
source · #[repr(C)]pub struct RpsRuntimeOpDestroyHeapArgs {
pub numHeaps: u32,
pub phRtHeaps: *mut RpsRuntimeHeap,
}Expand description
Parameters for destroying an array of runtime GPU memory heaps.
Fields§
§numHeaps: u32Number of heaps to destroy.
phRtHeaps: *mut RpsRuntimeHeapPointer to an array of RpsRuntimeHeap with numHeaps heap handles to
Trait Implementations§
source§impl Clone for RpsRuntimeOpDestroyHeapArgs
impl Clone for RpsRuntimeOpDestroyHeapArgs
source§fn clone(&self) -> RpsRuntimeOpDestroyHeapArgs
fn clone(&self) -> RpsRuntimeOpDestroyHeapArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more