MCPcopy Create free account
hub / github.com/RustCV/RustCV / AsDxResource

Interface AsDxResource

rustcv-core/src/frame.rs:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67/// GPU 互操作特质 (Windows)
68#[cfg(windows)]
69pub trait AsDxResource {
70 fn as_resource_handle(&self) -> Option<*mut std::ffi::c_void>;
71}
72
73// 内部 Trait,用于 Frame 调用底层的方法
74pub trait BackendBufferHandle: std::fmt::Debug + Send + Sync {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected