write the functions for the command pool/buffers
This commit is contained in:
8
projects/apis/opengl/loader/opengl_commands_loader.c
Normal file
8
projects/apis/opengl/loader/opengl_commands_loader.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "opengl_loader.h"
|
||||
#include "commands/buffers/opengl_command_buffer.h"
|
||||
|
||||
gnCommandFunctions loadOpenGLCommandFunctions() {
|
||||
return (gnCommandFunctions) {
|
||||
._gnCommandPoolAllocateCommandBuffers = openglCommandPoolAllocateCommandBuffers
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user