GPUProgrammableStage

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

§Properties

§
entryPoint: string
[src]
§
module: GPUShaderModule
[src]