Update index.md

This commit is contained in:
Matías Locatti 2021-08-10 16:37:30 -03:00 committed by GitHub
parent 5dfbe57558
commit 4b58ff02ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -453,6 +453,12 @@ The problem here lies in the fact that the GPU is unable to tell the difference
As such, it was necessary to add support for them, so that they can be processed correctly by our texture cache.
With the changes on this PR, blink made it so that they can be copied seamlessly, fixing this faulty behaviour.
{{< single-title-imgs
"From Zero to Hero ("MONSTER HUNTER STORIES 2: WINGS OF RUIN" Trial Version)"
"./1d2dbug.png"
"./1d2dfix.png"
>}}
If you're interested in a more technical explanation about textures and their types, we recommend reading
[the D3D11 documentation provided by Microsoft](https://docs.microsoft.com/en-us/windows/win32/direct3d11/overviews-direct3d-11-resources-textures-intro).