9 lines
261 B
C
9 lines
261 B
C
#include "opengl_loader.h"
|
|
#include "commands/buffers/opengl_command_buffer.h"
|
|
|
|
gnCommandFunctions loadOpenGLCommandFunctions() {
|
|
return (gnCommandFunctions) {
|
|
._gnCommandPoolAllocateCommandBuffers = openglCommandPoolAllocateCommandBuffers
|
|
};
|
|
}
|