We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acd4538 + 26e24d1 commit 82ae331Copy full SHA for 82ae331
docs/debugger/graphics/16bpp-render-target-format-variant.md
@@ -20,7 +20,7 @@ Sets the pixel format to DXGI_FORMAT_B5G6R5_UNORM for all render targets and bac
20
A 16-bpp render target format can reduce memory band with usage when your application has the following conditions:
21
- Doesn't require high-fidelity color reproduction.
22
- Doesn't require an alpha channel.
23
-- Doesn't ofent have smooth gradients (which are susceptible to banding artifacts under reduced color fidelity).
+- Doesn't often have smooth gradients (which are susceptible to banding artifacts under reduced color fidelity).
24
25
Other strategies to reduce memory bandwidth include:
26
- Reduce the amount of overdraw or alpha-blending.
0 commit comments