wgpu
24.0.0
Shader
Compilation
Info
Future
Implementors
In wgpu::
dispatch
wgpu
::
dispatch
Trait
ShaderCompilationInfoFuture
Copy item path
source
pub trait ShaderCompilationInfoFuture:
Future
<Output =
CompilationInfo
> +
WasmNotSend
+ 'static { }
Implementors
§
source
§
impl<T:
Future
<Output =
CompilationInfo
> +
WasmNotSend
+ 'static>
ShaderCompilationInfoFuture
for T