Skip to main content
GPUShaderModuleTrait
script_
webgpu
0.5.0
GPUShader
Module
Trait
Required Methods
id
Implementors
In script_
webgpu::
traits
script_webgpu
::
traits
Trait
GPUShader
Module
Trait
Copy item path
Source
pub trait GPUShaderModuleTrait { // Required method fn
id
(&self) ->
WebGPUShaderModule
; }
Required Methods
§
Source
fn
id
(&self) ->
WebGPUShaderModule
Implementors
§