mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-16 03:39:56 -05:00
Cleanup.
This commit is contained in:
parent
1b89cbe5f1
commit
e36ccbc1ce
2 changed files with 3 additions and 2 deletions
|
@ -700,7 +700,8 @@ namespace bgfx
|
|||
}
|
||||
}
|
||||
else if (RendererType::OpenGLES == g_caps.rendererType
|
||||
|| RendererType::OpenGL == g_caps.rendererType)
|
||||
|| RendererType::OpenGL == g_caps.rendererType
|
||||
|| RendererType::Vulkan == g_caps.rendererType)
|
||||
{
|
||||
vsh = createShader(makeRef(vs_clear_glsl, sizeof(vs_clear_glsl) ) );
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include "bgfx_p.h"
|
||||
|
||||
#if BGFX_CONFIG_RENDERER_VULKAN
|
||||
# include "../../bgfx-ext/src/renderer_vk.cpp"
|
||||
# include "../../bgfx-ext/src/renderer_vk1.cpp"
|
||||
#else
|
||||
|
||||
namespace bgfx { namespace vk
|
||||
|
|
Loading…
Reference in a new issue