Interface GPUShaderModule

    interface GPUShaderModule {
        __brand: "GPUShaderModule";
        label: string;
        getCompilationInfo(): Promise<GPUCompilationInfo>;
    }
    Hierarchy

    Properties

    Methods

    Properties

    __brand: "GPUShaderModule"
    label: string

    Methods