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