move device functions over to loader
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "gryphn_platform_functions.h"
|
||||
#include "gryphn_present.h"
|
||||
#include "output_device/gryphn_output_device.h"
|
||||
|
||||
gnReturnCode gnPresent(gnOutputDeviceHandle device, gnPresentInfo info) {
|
||||
gnReturnCode gnPresent(gnDevice device, gnPresentInfo info) {
|
||||
return device->deviceFunctions->_gnPresent(device, info);
|
||||
}
|
||||
|
@@ -3,7 +3,7 @@
|
||||
#include "stdint.h"
|
||||
#include "gryphn_handles.h"
|
||||
|
||||
typedef struct gnPresentInfo_t {
|
||||
typedef struct gnPresentInfo {
|
||||
uint32_t waitCount;
|
||||
gnSemaphoreHandle* waitSemaphores;
|
||||
uint32_t presentationQueueCount;
|
||||
|
Reference in New Issue
Block a user