Made Vulkan Surface
This commit is contained in:
14
src/VulkanRenderer.h
Normal file
14
src/VulkanRenderer.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
/* Includes dependencies */
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
#define GLFW_INCLUDE_VULKAN
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
/* Commonly used C++ STD files */
|
||||
|
||||
#include <iostream>
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
Reference in New Issue
Block a user