platform loaders take in loader info

This commit is contained in:
Gregory Wells
2025-06-24 15:45:20 -04:00
parent 911797d256
commit 4ac82bf587
7 changed files with 17 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
#include <commands/command_buffer/vulkan_command_buffer.h>
#include <commands/commands/vulkan_commands.h>
gnCommandFunctions loadVulkanCommandFunctions() {
gnCommandFunctions loadVulkanCommandFunctions(loaderInfo info) {
return (gnCommandFunctions){
._gnCommandPoolAllocateCommandBuffers = allocateCommandBuffers,
._gnBeginCommandBuffer = beginCommandBuffer,