Core: Add Vulkan renderer types

This commit is contained in:
Connor McLaughlin
2020-06-19 00:18:14 +10:00
parent 1399e95b77
commit 3cd5b7ae74
4 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,5 @@
#pragma once
#include "types.h"
// Contains the information required to create a graphics context in a window.
struct WindowInfo