Skip to content

Commit

Permalink
Merge pull request #5784 from TerryGLee/tglee-patch16
Browse files Browse the repository at this point in the history
[debug] fix typo
  • Loading branch information
PRMerger17 authored Nov 18, 2019
2 parents acd4538 + 26e24d1 commit 82ae331
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Sets the pixel format to DXGI_FORMAT_B5G6R5_UNORM for all render targets and bac
A 16-bpp render target format can reduce memory band with usage when your application has the following conditions:
- Doesn't require high-fidelity color reproduction.
- Doesn't require an alpha channel.
- 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).

Other strategies to reduce memory bandwidth include:
- Reduce the amount of overdraw or alpha-blending.
Expand Down

0 comments on commit 82ae331

Please sign in to comment.