From 5b47868f5f1e23d9ab6f1ee7137f2571efef09b6 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 30 Jan 2024 18:09:21 -0800 Subject: [PATCH] Fix truncated line in "default pipeline layout" algorithm. --- spec/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.bs b/spec/index.bs index 55fad0e88b..58234857d6 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -7154,7 +7154,7 @@ run the following steps: Else if the sampled type of |resource| is:
- : `f32` and there exists a [=static use=] of |resource| with a `textureSample*` builtin in + : `f32` and there exists a [=static use=] of |resource| by |stageDesc| with a `textureSample*` builtin :: Set |textureLayout|.{{GPUTextureBindingLayout/sampleType}} to {{GPUTextureSampleType/"float"}} : `f32` otherwise :: Set |textureLayout|.{{GPUTextureBindingLayout/sampleType}} to {{GPUTextureSampleType/"unfilterable-float"}}