mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
working on vulkan
This commit is contained in:
@@ -19,11 +19,11 @@ typedef struct VulkanGlobal
|
||||
#undef PULSE_VULKAN_GLOBAL_FUNCTION
|
||||
} VulkanGlobal;
|
||||
|
||||
typedef struct VulkanContext
|
||||
typedef struct VulkanPulseDevice
|
||||
{
|
||||
VulkanInstance instance;
|
||||
VulkanDevice device;
|
||||
} VulkanContext;
|
||||
} VulkanPulseDevice;
|
||||
|
||||
VulkanGlobal* VulkanGetGlobal();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user