working on vulkan

This commit is contained in:
2024-10-08 15:23:20 +02:00
parent 81dd86a905
commit b075f8ea73
15 changed files with 174 additions and 66 deletions

View File

@@ -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();