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