rename to projects (DOES NOT COMPILE)
This commit is contained in:
7
projects/apis/vulkan/src/sync/fence/vulkan_fence.h
Normal file
7
projects/apis/vulkan/src/sync/fence/vulkan_fence.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <vulkan/vulkan.h>
|
||||
#include "core/sync/fence/gryphn_fence.h"
|
||||
|
||||
typedef struct gnPlatformFence_t {
|
||||
VkFence fence;
|
||||
} gnPlatformFence;
|
Reference in New Issue
Block a user