first commit
This commit is contained in:
10
rendering_api/vulkan/src/instance/vulkan_instance.h
Normal file
10
rendering_api/vulkan/src/instance/vulkan_instance.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "core/instance/gryphn_instance.h"
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
struct gnPlatformInstanceData {
|
||||
VkInstance vk_instance;
|
||||
VkApplicationInfo appInfo;
|
||||
VkSurfaceKHR window_surface;
|
||||
GLFWwindow* window;
|
||||
};
|
Reference in New Issue
Block a user