rename to projects (DOES NOT COMPILE)
This commit is contained in:
18
projects/apis/vulkan/src/instance/vulkan_instance.h
Normal file
18
projects/apis/vulkan/src/instance/vulkan_instance.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
#include <vulkan/vulkan.h>
|
||||
#include "core/debugger/gryphn_debugger.h"
|
||||
#include "core/instance/gryphn_instance.h"
|
||||
|
||||
struct gnInstanceMessage {
|
||||
gnMessageSeverity severity;
|
||||
gnMessageType type;
|
||||
gnMessageData data;
|
||||
};
|
||||
|
||||
typedef struct gnPlatformInstance_t {
|
||||
VkInstance vk_instance;
|
||||
VkApplicationInfo appInfo;
|
||||
|
||||
uint16_t instanceMessageCount;
|
||||
struct gnInstanceMessage* instanceMessages;
|
||||
} gnPlatformInstance;
|
Reference in New Issue
Block a user