deno / latest / ~ / gpushadermodule.html

GPUShaderModule

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

Implements

Properties

label: string

Methods

compilationInfo(): Promise<GPUCompilationInfo>

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