deno / 1.23.2 / ~ / gpushadermodule.html /

GPUShaderModule

class GPUShaderModule implements GPUObjectBase {
label : string | null;
compilationInfo() : Promise<GPUCompilationInfo>;
}

Implements

Properties

label : string | null

Methods

compilationInfo() : Promise<GPUCompilationInfo>

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUShaderModule