Definition
WebGPU defines GPUShaderModuleDescriptor
dictionary GPUShaderModuleDescriptor
: GPUObjectDescriptorBase {
required USVString code;
sequence<GPUShaderModuleCompilationHint> compilationHints = [];
};
GPUShaderModuleDescriptor
dictionaryWebGPU defines GPUShaderModuleDescriptor
dictionary GPUShaderModuleDescriptor
: GPUObjectDescriptorBase {
required USVString code;
sequence<GPUShaderModuleCompilationHint> compilationHints = [];
};