diff options
| author | Xilin Wu <strongtz@yeah.net> | 2023-08-04 23:01:25 +0800 |
|---|---|---|
| committer | Xilin Wu <strongtz@yeah.net> | 2023-08-04 23:01:25 +0800 |
| commit | 4f5f6b25e89f81efd598ff8bc72f4b484656443d (patch) | |
| tree | 49a4d6058495cca62f8a8778e7483f556feaf469 /src/wrapped/generated/wrapper.c | |
| parent | 4b40179bc379daa84ede730002a3705a731dabe6 (diff) | |
| download | box64-4f5f6b25e89f81efd598ff8bc72f4b484656443d.tar.gz box64-4f5f6b25e89f81efd598ff8bc72f4b484656443d.zip | |
Added a new vulkan extension
VK_EXT_descriptor_buffer is used by vkd3d-proton for implementing the full Direct3D 12 API Tested on Snapdragon 888 with Mesa Turnip
Diffstat (limited to 'src/wrapped/generated/wrapper.c')
| -rw-r--r-- | src/wrapped/generated/wrapper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.c b/src/wrapped/generated/wrapper.c index 91d491ea..cb85dc83 100644 --- a/src/wrapped/generated/wrapper.c +++ b/src/wrapped/generated/wrapper.c @@ -890,6 +890,7 @@ typedef void (*vFppip_t)(void*, void*, int32_t, void*); typedef void (*vFppui_t)(void*, void*, uint32_t, int32_t); typedef void (*vFppuu_t)(void*, void*, uint32_t, uint32_t); typedef void (*vFppup_t)(void*, void*, uint32_t, void*); +typedef void (*vFppUu_t)(void*, void*, uint64_t, uint32_t); typedef void (*vFppfi_t)(void*, void*, float, int32_t); typedef void (*vFppff_t)(void*, void*, float, float); typedef void (*vFppdu_t)(void*, void*, double, uint32_t); |