mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-29 06:07:56 +03:00
12 lines
202 B
C++
12 lines
202 B
C++
![]() |
#include "GSH_VulkanOffscreen.h"
|
||
|
|
||
|
void CGSH_VulkanOffscreen::InitializeImpl()
|
||
|
{
|
||
|
m_instance = CreateInstance(true);
|
||
|
CGSH_Vulkan::InitializeImpl();
|
||
|
}
|
||
|
|
||
|
void CGSH_VulkanOffscreen::PresentBackbuffer()
|
||
|
{
|
||
|
}
|