mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
vkd3d-utils: Restore the \since 1.11 command on D3DReflect().
This was effectively dropped by 8c6f5b847b
.
This commit is contained in:
parent
9177df883e
commit
0885bf3082
Notes:
Alexandre Julliard
2024-03-05 21:03:13 +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/690
@ -119,6 +119,7 @@ VKD3D_UTILS_API HRESULT WINAPI D3DStripShader(const void *data, SIZE_T data_size
|
||||
/** \since 1.11 */
|
||||
VKD3D_UTILS_API HRESULT WINAPI D3DDisassemble(const void *data,
|
||||
SIZE_T data_size, UINT flags, const char *comments, ID3DBlob **blob);
|
||||
/** \since 1.11 */
|
||||
VKD3D_UTILS_API HRESULT WINAPI D3DReflect(const void *data, SIZE_T data_size, REFIID iid, void **reflection);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user