move device functions over to loader
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "gryphn_submit.h"
|
||||
#include "gryphn_platform_functions.h"
|
||||
#include "output_device/gryphn_output_device.h"
|
||||
|
||||
gnReturnCode gnSubmit(gnOutputDevice device, gnSubmitInfo info) {
|
||||
return device->deviceFunctions->_gnSubmit(device, info);
|
||||
|
@@ -3,7 +3,7 @@
|
||||
#include "renderpass/gryphn_render_pass_descriptor.h"
|
||||
#include "gryphn_handles.h"
|
||||
|
||||
typedef struct gnSubmitInfo_t {
|
||||
typedef struct gnSubmitInfo {
|
||||
uint32_t waitCount;
|
||||
gnRenderPassStage* waitStages;
|
||||
gnSemaphoreHandle* waitSemaphores;
|
||||
|
Reference in New Issue
Block a user