From d53c4c12bb2a94d5220ae4cc003239e869d81eaa Mon Sep 17 00:00:00 2001 From: Kai Ninomiya Date: Tue, 21 Jan 2025 19:09:26 -0800 Subject: [PATCH] [editorial] API spec: Fix incorrect end tags (#5047) --- spec/index.bs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/spec/index.bs b/spec/index.bs index 2485ee8301..1a1f4a1ce5 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -2374,6 +2374,7 @@ interface GPU { 1. Return either {{GPUTextureFormat/"rgba8unorm"}} or {{GPUTextureFormat/"bgra8unorm"}}, depending on which format is optimal for displaying WebGPU canvases on this system. + @@ -8796,27 +8797,27 @@ location: - - - - - -
RGBAsrc + RGBAsrc Color output by the fragment shader for the color attachment. If the shader doesn't return an alpha channel, src-alpha blend factors cannot be used.
RGBAsrc1 + RGBAsrc1 Color output by the fragment shader for the color attachment with "@blend_src" attribute equal to `1`. If the shader doesn't return an alpha channel, src1-alpha blend factors cannot be used.
RGBAdst + RGBAdst Color currently in the color attachment. Missing green/blue/alpha channels default to `0, 0, 1`, respectively.
RGBAconst + RGBAconst The current {{RenderState/[[blendConstant]]}}.
RGBAsrcFactor + RGBAsrcFactor The source blend factor components, as defined by {{GPUBlendComponent/srcFactor}}.
RGBAdstFactor + RGBAdstFactor The destination blend factor components, as defined by {{GPUBlendComponent/dstFactor}}.
@@ -12251,7 +12252,6 @@ called the render pass encoder can no longer be used. update the attachment. Validation that requires the store op to not be provided for read-only attachments is done in [$GPURenderPassDepthStencilAttachment/GPURenderPassDepthStencilAttachment Valid Usage$]. -