fix some jazz

This commit is contained in:
Greg Wells
2025-06-08 13:50:08 -04:00
parent 04808a14dd
commit 11d329c4d9
7 changed files with 38 additions and 17 deletions

View File

@@ -89,6 +89,7 @@ typedef struct gnDeviceFunctions_t {
gnReturnCode (*_gnCreateUniformPool)(gnUniformPool pool, gnDeviceHandle device);
gnUniform* (*_gnUniformPoolAllocateUniforms)(gnUniformPool pool, const gnUniformLayout layout);
void (*_gnDestroyUniformPool)(gnUniformPool pool);
gnReturnCode (*_gnCreateFence)(gnFenceHandle fence, gnOutputDeviceHandle device);
void (*_gnSignalFence)(gnFenceHandle fence);