mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
8 lines
137 B
Rust
8 lines
137 B
Rust
use hal;
|
|
|
|
//use {CommandBuffer, CommandBufferId, ComputePassId};
|
|
|
|
pub struct ComputePass<B: hal::Backend> {
|
|
raw: B::CommandBuffer,
|
|
}
|