deno / latest / ~ / gpuprogrammablestage.html

GPUProgrammableStage

interface GPUProgrammableStage {
    
entryPoint: string;
module: GPUShaderModule;
}

Properties

entryPoint: string
module: GPUShaderModule