Definition
WebGPU defines GPUShaderModuleCompilationHint
dictionary GPUShaderModuleCompilationHint {
required USVString entryPoint;
(GPUPipelineLayout or GPUAutoLayoutMode) layout;
};
GPUShaderModuleCompilationHint
dictionaryWebGPU defines GPUShaderModuleCompilationHint
dictionary GPUShaderModuleCompilationHint {
required USVString entryPoint;
(GPUPipelineLayout or GPUAutoLayoutMode) layout;
};