update error code in loader
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
#include "core/gryphn_error_code.h"
|
#include "core/gryphn_return_code.h"
|
||||||
#include "core/src/gryphn_handles.h"
|
#include "core/src/gryphn_handles.h"
|
||||||
|
|
||||||
typedef struct gnQueueFamilyProperties gnQueueFamilyProperties;
|
typedef struct gnQueueFamilyProperties gnQueueFamilyProperties;
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <utils/gryphn_bool.h>
|
#include <utils/gryphn_bool.h>
|
||||||
#include "core/gryphn_error_code.h"
|
#include "core/gryphn_return_code.h"
|
||||||
#include "utils/lists/gryphn_array_list.h"
|
#include "utils/lists/gryphn_array_list.h"
|
||||||
#include "gryphn_handles.h"
|
#include "gryphn_handles.h"
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
#include "core/gryphn_error_code.h"
|
#include "core/gryphn_return_code.h"
|
||||||
#include <extensions/synchronization/fence/gryphn_fence.h>
|
#include <extensions/synchronization/fence/gryphn_fence.h>
|
||||||
#include <extensions/synchronization/semaphore/gryphn_semaphore.h>
|
#include <extensions/synchronization/semaphore/gryphn_semaphore.h>
|
||||||
#include "core/src/gryphn_handles.h"
|
#include "core/src/gryphn_handles.h"
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "core/gryphn_error_code.h"
|
#include "core/gryphn_return_code.h"
|
||||||
#include "utils/lists/gryphn_array_list.h"
|
#include "utils/lists/gryphn_array_list.h"
|
||||||
#include "gryphn_handles.h"
|
#include "gryphn_handles.h"
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
#include "core/gryphn_error_code.h"
|
#include "core/gryphn_return_code.h"
|
||||||
#include "gryphn_handles.h"
|
#include "gryphn_handles.h"
|
||||||
|
|
||||||
typedef struct gnRenderPassInfo gnRenderPassInfo;
|
typedef struct gnRenderPassInfo gnRenderPassInfo;
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "core/gryphn_error_code.h"
|
#include "core/gryphn_return_code.h"
|
||||||
#include "gryphn_handles.h"
|
#include "gryphn_handles.h"
|
||||||
|
|
||||||
typedef struct gnPresentationQueueInfo gnPresentationQueueInfo;
|
typedef struct gnPresentationQueueInfo gnPresentationQueueInfo;
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
#include "core/gryphn_error_code.h"
|
#include "core/gryphn_return_code.h"
|
||||||
#include "utils/gryphn_bool.h"
|
#include "utils/gryphn_bool.h"
|
||||||
#include "gryphn_handles.h"
|
#include "gryphn_handles.h"
|
||||||
|
|
||||||
|
@@ -29,6 +29,5 @@ GN_ARRAY_LIST(loaderLayer);
|
|||||||
loaderLayer* loaderGetNextLayer(gnInstance instance);
|
loaderLayer* loaderGetNextLayer(gnInstance instance);
|
||||||
void resetLayer(gnInstance instance);
|
void resetLayer(gnInstance instance);
|
||||||
|
|
||||||
|
|
||||||
gnSyncExtFunctions loadAPISyncFunctions(gnRenderingAPI api);
|
gnSyncExtFunctions loadAPISyncFunctions(gnRenderingAPI api);
|
||||||
gnQueueExtFunctions loadAPIQueueFunctions(gnRenderingAPI api);
|
gnQueueExtFunctions loadAPIQueueFunctions(gnRenderingAPI api);
|
||||||
|
Reference in New Issue
Block a user