mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
11 lines
202 B
C++
11 lines
202 B
C++
#include "GSH_VulkanOffscreen.h"
|
|
|
|
void CGSH_VulkanOffscreen::InitializeImpl()
|
|
{
|
|
m_instance = CreateInstance(true);
|
|
CGSH_Vulkan::InitializeImpl();
|
|
}
|
|
|
|
void CGSH_VulkanOffscreen::PresentBackbuffer()
|
|
{
|
|
}
|