summaryrefslogtreecommitdiffstats
path: root/docs/gpu-feature/texture
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gpu-feature/texture')
-rw-r--r--docs/gpu-feature/texture/footprint-queries.md2
1 files changed, 1 insertions, 1 deletions
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);
```