Files
wgpu/wgpu-native/src/command/compute.rs
2018-09-27 15:43:19 -04:00

8 lines
137 B
Rust

use hal;
//use {CommandBuffer, CommandBufferId, ComputePassId};
pub struct ComputePass<B: hal::Backend> {
raw: B::CommandBuffer,
}