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

Conor McCarthy cmccarthy at codeweavers.com
Tue Dec 10 08:57:03 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      | 360 +++++++++++++++++++++++++++----------
 libs/vkd3d/vkd3d_private.h |  15 ++
 2 files changed, 277 insertions(+), 98 deletions(-)

-- 
2.24.0




More information about the wine-devel mailing list