From 67313584d6879d68db53ced3108c2370bed5e8c1 Mon Sep 17 00:00:00 2001 From: cheneym2 Date: Tue, 16 Apr 2024 22:02:45 -0400 Subject: Fix Slang documentation typos (#3961) --- docs/gpu-feature/texture/footprint-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/gpu-feature/texture') diff --git a/docs/gpu-feature/texture/footprint-queries.md b/docs/gpu-feature/texture/footprint-queries.md index 3d0fef2d3..b47a95262 100644 --- a/docs/gpu-feature/texture/footprint-queries.md +++ b/docs/gpu-feature/texture/footprint-queries.md @@ -48,7 +48,7 @@ To query the footprint that would be accessed by this operation, we can use an o ```hlsl uint granularity = ...; -TextureFootprint2D footprint = texure.queryFootprintCoarse(granularity, +TextureFootprint2D footprint = texture.queryFootprintCoarse(granularity, sampler, coords); ``` -- cgit v1.2.3