[PATCH vkd3d v2 0/5] vkd3d: Add more null resources.

Conor McCarthy cmccarthy at codeweavers.com
Wed Dec 11 22:38:29 CST 2019


An attempt to create a null resource view of an unsupported type leaves
the descriptor uninitialised without having any means of indicating
that an error occurred. Hitman 2 uses all of these view types.

Conor McCarthy (5):
  vkd3d: Use helper functions for null resource initialisation.
  vkd3d: Add 1D null resources.
  vkd3d: Add 2D multisampled null resources.
  vkd3d: Add 3D null resources.
  vkd3d: Add cubic null resource.

 libs/vkd3d/resource.c      | 363 +++++++++++++++++++++++++++----------
 libs/vkd3d/vkd3d_private.h |  15 ++
 2 files changed, 280 insertions(+), 98 deletions(-)

-- 
2.24.0




More information about the wine-devel mailing list