mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d: Implement vkd3d_shader_cache_get.
This commit is contained in:
committed by
Alexandre Julliard
parent
aad76f4ed2
commit
71f1955cd6
Notes:
Alexandre Julliard
2024-04-25 00:16:00 +02:00
Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/791
@@ -55,6 +55,10 @@ enum vkd3d_result
|
||||
VKD3D_ERROR_NOT_IMPLEMENTED = -5,
|
||||
/** The object or entry already exists. \since 1.12 */
|
||||
VKD3D_ERROR_KEY_ALREADY_EXISTS = -6,
|
||||
/** The requested object was not found. \since 1.12 */
|
||||
VKD3D_ERROR_NOT_FOUND = -7,
|
||||
/** The output buffer is larger than the requested object \since 1.12. */
|
||||
VKD3D_ERROR_MORE_DATA = -8,
|
||||
|
||||
VKD3D_FORCE_32_BIT_ENUM(VKD3D_RESULT),
|
||||
};
|
||||
|
Reference in New Issue
Block a user