mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
adding fences
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "../../PulseInternal.h"
|
||||
|
||||
#define VULKAN_RETRIEVE_DRIVER_DATA(handle) ((VulkanDriverData*)handle->driver_data)
|
||||
#define VULKAN_RETRIEVE_DRIVER_DATA_AS(handle, cast) ((cast)handle->driver_data)
|
||||
|
||||
#define CHECK_VK_RETVAL(res, error, retval) \
|
||||
if((res) != VK_SUCCESS) \
|
||||
|
||||
Reference in New Issue
Block a user