[PATCH vkd3d 0/5] vkd3d: Add more null resources. (original) (raw)
Conor McCarthy cmccarthy at codeweavers.com
Tue Dec 10 08:57:03 CST 2019
- Previous message (by thread): [PATCH] mshtml: Update to Wine Gecko 2.47.1.
- Next message (by thread): [PATCH vkd3d 1/5] vkd3d: Use helper functions for null resource initialisation.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [PATCH] mshtml: Update to Wine Gecko 2.47.1.
- Next message (by thread): [PATCH vkd3d 1/5] vkd3d: Use helper functions for null resource initialisation.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]