Files
Gryphn/rendering_api/vulkan/src/sync_objects/vulkan_fence.h
2025-05-05 19:29:42 -04:00

9 lines
180 B
C

#include <gryphn/gryphn_utils.h>
#include <vulkan/vulkan.h>
#include <core/sync_objects/gryphn_fence.h>
struct gnPlatformFence {
VkFence fence;
gnOutputDevice* device;
};