- add vulkan info to startup log

This commit is contained in:
Magnus Norddahl 2019-03-03 14:32:03 +01:00
commit 9d792f79f1
4 changed files with 44 additions and 3 deletions

View file

@ -75,6 +75,7 @@ public:
private:
sector_t *RenderViewpoint(FRenderViewpoint &mainvp, AActor * camera, IntRect * bounds, float fov, float ratio, float fovratio, bool mainview, bool toscreen);
void DrawScene(HWDrawInfo *di, int drawmode);
void PrintStartupLog();
std::unique_ptr<VkShaderManager> mShaderManager;
std::unique_ptr<VkSamplerManager> mSamplerManager;