renderer_vulkan: Isolate surface creation to vk_platform.cpp
* Also cleanup the init code somewhat
This commit is contained in:
@ -14,7 +14,7 @@ namespace Frontend {
|
||||
|
||||
/// Information for the Graphics Backends signifying what type of screen pointer is in
|
||||
/// WindowInformation
|
||||
enum class WindowSystemType {
|
||||
enum class WindowSystemType : u8 {
|
||||
Headless,
|
||||
Windows,
|
||||
X11,
|
||||
|
Reference in New Issue
Block a user