You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translate "?" from "| null" into "null | undefined" (#163)
* Translate "?" from "| null" into "null | undefined"
* apply to nullable arguments as well
---------
Co-authored-by: Kai Ninomiya <kainino@chromium.org>
* The tone mapping determines how the content of textures returned by
657
657
* {@link GPUCanvasContext#getCurrentTexture} are to be displayed.
658
+
* Note: If an implementation doesn't support HDR WebGPU canvases, it should also not expose this member, to allow for feature detection. See {@link GPUCanvasContext#getConfiguration}.
658
659
*/
659
660
toneMapping?: GPUCanvasToneMapping;
660
661
/**
@@ -927,7 +928,11 @@ interface GPUFragmentState
927
928
* A list of {@link GPUColorTargetState} defining the formats and behaviors of the color targets
* The tone mapping determines how the content of textures returned by
603
603
* {@link GPUCanvasContext#getCurrentTexture} are to be displayed.
604
+
* Note: If an implementation doesn't support HDR WebGPU canvases, it should also not expose this member, to allow for feature detection. See {@link GPUCanvasContext#getConfiguration}.
0 commit comments