mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-22 19:34:59 +00:00
more vulkan init progress
This commit is contained in:
parent
f6388c367e
commit
ef6da6bddb
3 changed files with 27 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
#pragma once
|
||||
#include <types.h>
|
||||
#include <vulkan/vulkan_core.h>
|
||||
|
||||
namespace HLE::Libs::Graphics {
|
||||
struct GraphicCtx {
|
||||
u32 screen_width = 0;
|
||||
u32 screen_height = 0;
|
||||
VkInstance m_instance = nullptr;
|
||||
};
|
||||
} // namespace HLE::Libs::Graphics
|
Loading…
Add table
Add a link
Reference in a new issue