mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Implement Clone for ShaderModule (#6937)
This commit is contained in:
@@ -10,7 +10,7 @@ use crate::*;
|
||||
/// of a pipeline.
|
||||
///
|
||||
/// Corresponds to [WebGPU `GPUShaderModule`](https://gpuweb.github.io/gpuweb/#shader-module).
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct ShaderModule {
|
||||
pub(crate) inner: dispatch::DispatchShaderModule,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user