W3cubDocs

/Deno

GPUProgrammableStage

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

Properties

entryPoint: string