more error hunting
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
#include "core/gryphn_return_code.h"
|
||||
#include "gryphn_handles.h"
|
||||
|
||||
#include <core/src/buffers/gryphn_buffer.h>
|
||||
|
||||
typedef struct gnRenderPassInfo gnRenderPassInfo;
|
||||
typedef struct gnViewport gnViewport;
|
||||
typedef struct gnScissor gnScissor;
|
||||
typedef struct gnPushConstantLayout gnPushConstantLayout;
|
||||
typedef enum gnBufferType gnBufferType;
|
||||
typedef enum gnIndexType gnIndexType;
|
||||
|
||||
typedef struct gnCommandFunctions_t {
|
||||
gnReturnCode (*_gnCommandPoolAllocateCommandBuffers)(gnCommandBufferHandle* commandBuffers, uint32_t count, gnCommandPoolHandle pool);
|
||||
|
@@ -175,3 +175,6 @@ loaderLayer* loaderGetNextLayer(gnInstance instance) {
|
||||
void resetLayer(gnInstance instance) {
|
||||
instance->currentLayer = (instance->layers.count - 1);
|
||||
}
|
||||
|
||||
|
||||
GN_ARRAY_LIST_DEFINITION(loaderLayer)
|
||||
|
@@ -38,7 +38,7 @@ typedef struct loaderLayer {
|
||||
} loaderLayer;
|
||||
|
||||
loaderLayer loadLayer(loaderInfo info);
|
||||
GN_ARRAY_LIST(loaderLayer);
|
||||
GN_ARRAY_LIST_HEADER(loaderLayer);
|
||||
|
||||
loaderLayer* loaderGetNextLayer(gnInstance instance);
|
||||
void resetLayer(gnInstance instance);
|
||||
|
Reference in New Issue
Block a user