Definition
WebGPU defines GPUProgrammableStage
dictionary GPUProgrammableStage {
required GPUShaderModule module;
USVString entryPoint;
record<USVString, GPUPipelineConstantValue> constants = {};
};
GPUProgrammableStage
dictionaryWebGPU defines GPUProgrammableStage
dictionary GPUProgrammableStage {
required GPUShaderModule module;
USVString entryPoint;
record<USVString, GPUPipelineConstantValue> constants = {};
};