-
17adde7f
by Giovanni Mascellani at 2025-01-20T13:43:36+01:00
vkd3d: Describe DXGI_UNKNOWN as having one plane.
We're explicitly replacing zero with one in the only place where the
plane count being zero or one makes a difference. It also make sense:
UNKNOWN is used for buffers, which for all intents and purposes have one
plane.
-
1a4dedbc
by Conor McCarthy at 2025-01-20T13:45:16+01:00
vkd3d: Return the correct depth/stencil plane format from GetCopyableFootprints().
-
e99906f0
by Conor McCarthy at 2025-01-20T13:59:46+01:00
vkd3d: Return correctly aligned depth/stencil sizes from GetCopyableFootprints().
-
10edcec0
by Conor McCarthy at 2025-01-20T14:37:13+01:00
vkd3d: Do not require the ALLOW_DEPTH_STENCIL flag for depth/stencil formats in GetCopyableFootprints().