redo metal loader

This commit is contained in:
Gregory Wells
2025-08-03 17:52:39 -04:00
parent b5cd8ad7db
commit 3157dc0342
5 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
#include "commands/command_buffer/metal_command_buffer.h"
#include "commands/commands/metal_commands.h"
gnCommandFunctions loadMetalCommandFunctions() {
gnCommandFunctions loadMetalCommandFunctions(void) {
return (gnCommandFunctions){
._gnCommandPoolAllocateCommandBuffers = allocateMetalCommandBuffers,
._gnBeginCommandBuffer = beginMetalCommandBuffer,