types
types copied to clipboard
GPUObjectBase label is "optional" but should be nullable
GPUObjectBase has label: string | undefined but to match the IDL it should be label: string | null.