rename to projects (DOES NOT COMPILE)
This commit is contained in:
6
projects/core/src/submit/gryphn_submit.c
Normal file
6
projects/core/src/submit/gryphn_submit.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "gryphn_submit.h"
|
||||
#include "gryphn_platform_functions.h"
|
||||
|
||||
gnReturnCode gnSubmit(gnOutputDevice device, gnSubmitInfo info) {
|
||||
return device->deviceFunctions->_gnSubmit(device, info);
|
||||
}
|
Reference in New Issue
Block a user