finish vulkans support of return codes
This commit is contained in:
@@ -7,7 +7,9 @@ typedef enum gnReturnCode {
|
||||
// non spec return codes
|
||||
GN_FAILED_CREATE_OBJECT, GN_FAILED_TO_ALLOCATE_OBJECT,
|
||||
GN_FAILED_TO_ALLOCATE_MEMORY, GN_OUT_OUT_HOST_MEMEORY,
|
||||
GN_OUT_OUT_DEVICE_MEMORY,
|
||||
GN_OUT_OUT_DEVICE_MEMORY, GN_OUT_OF_DATE_PRESENTATION_QUEUE,
|
||||
GN_SUBOPTIMAL_PRESENTATION_QUEUE, GN_SURFACE_IN_USE, GN_UNSUPPORTED_FORMAT,
|
||||
GN_FAILED_TO_FIND_ENTRY_POINT,
|
||||
|
||||
|
||||
GN_UNLOADED_EXTENSION = -1,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "utils/gryphn_error_code.h"
|
||||
#include "core/gryphn_return_code.h"
|
||||
#include "uniforms/gryphn_uniform_layout.h"
|
||||
#include "uniforms/gryphn_uniform.h"
|
||||
#include "gryphn_handles.h"
|
||||
|
Reference in New Issue
Block a user