W3cubDocs

/Deno

GPUShaderModule

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

Implements

Properties

label: string | null

Methods

compilationInfo(): Promise<GPUCompilationInfo>

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