update error code in loader

This commit is contained in:
Gregory Wells
2025-07-29 06:24:38 -04:00
parent d092fd95ef
commit 023ba1b871
8 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "stdint.h"
#include "core/gryphn_error_code.h"
#include "core/gryphn_return_code.h"
#include "gryphn_handles.h"
typedef struct gnRenderPassInfo gnRenderPassInfo;

View File

@@ -1,7 +1,7 @@
#pragma once
#include "stdint.h"
#include "stdlib.h"
#include "core/gryphn_error_code.h"
#include "core/gryphn_return_code.h"
#include "gryphn_handles.h"
typedef struct gnPresentationQueueInfo gnPresentationQueueInfo;

View File

@@ -1,6 +1,6 @@
#pragma once
#include "stdint.h"
#include "core/gryphn_error_code.h"
#include "core/gryphn_return_code.h"
#include "utils/gryphn_bool.h"
#include "gryphn_handles.h"

View File

@@ -29,6 +29,5 @@ GN_ARRAY_LIST(loaderLayer);
loaderLayer* loaderGetNextLayer(gnInstance instance);
void resetLayer(gnInstance instance);
gnSyncExtFunctions loadAPISyncFunctions(gnRenderingAPI api);
gnQueueExtFunctions loadAPIQueueFunctions(gnRenderingAPI api);