deno / 1.23.2 / ~ / gpuprogrammablestage.html /

GPUProgrammableStage

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

Properties

entryPoint : string
module : GPUShaderModule