mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/dxil: Implement DX instruction CreateHandle.
This commit is contained in:
committed by
Alexandre Julliard
parent
f57d65361a
commit
3b1bbe2b0a
Notes:
Alexandre Julliard
2023-11-01 22:39:52 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/408
@@ -575,6 +575,7 @@ enum vkd3d_data_type
|
||||
VKD3D_DATA_UNUSED,
|
||||
VKD3D_DATA_UINT8,
|
||||
VKD3D_DATA_UINT64,
|
||||
VKD3D_DATA_BOOL,
|
||||
};
|
||||
|
||||
static inline bool data_type_is_integer(enum vkd3d_data_type data_type)
|
||||
|
Reference in New Issue
Block a user