submitted command buffers + subpass depends
This commit is contained in:
6
src/core/submit/gryphn_submit.c
Normal file
6
src/core/submit/gryphn_submit.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "gryphn_submit.h"
|
||||
#include "core/gryphn_platform_functions.h"
|
||||
|
||||
gnReturnCode gnSubmit(struct gnOutputDevice_t* device, struct gnSubmitInfo_t info) {
|
||||
return device->deviceFunctions->_gnSubmit(device, info);
|
||||
}
|
Reference in New Issue
Block a user