dawn.ShaderModuleHandle
export type ShaderModuleHandle = { readonly [ShaderModuleBrand]: never };Opaque handle to a shader module. Contains compiled shader code that can be used in compute pipelines.
export type ShaderModuleHandle = { readonly [ShaderModuleBrand]: never };Opaque handle to a shader module. Contains compiled shader code that can be used in compute pipelines.