write the functions for the command pool/buffers
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "opengl_command_pool.h"
|
||||
|
||||
gnReturnCode openglCreateCommandPool(gnCommandPool commandPool, gnDevice device, gnCommandPoolInfo info) {
|
||||
return GN_SUCCESS;
|
||||
}
|
||||
void openglDestroyCommandPool(gnCommandPool commandPool) {}
|
Reference in New Issue
Block a user