mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fixed build error.
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
|
||||
#include "bgfx_p.h"
|
||||
|
||||
#if BGFX_CONFIG_RENDERER_GNM
|
||||
|
||||
namespace bgfx { namespace gnm
|
||||
{
|
||||
RendererContextI* rendererCreate()
|
||||
@@ -18,5 +16,3 @@ namespace bgfx { namespace gnm
|
||||
{
|
||||
}
|
||||
} /* namespace gnm */ } // namespace bgfx
|
||||
|
||||
#endif // BGFX_CONFIG_RENDERER_GNM
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
|
||||
#include "bgfx_p.h"
|
||||
|
||||
#if BGFX_CONFIG_RENDERER_VULKAN
|
||||
|
||||
namespace bgfx { namespace vk
|
||||
{
|
||||
RendererContextI* rendererCreate()
|
||||
@@ -18,5 +16,3 @@ namespace bgfx { namespace vk
|
||||
{
|
||||
}
|
||||
} /* namespace vk */ } // namespace bgfx
|
||||
|
||||
#endif // BGFX_CONFIG_RENDERER_VULKAN
|
||||
|
||||
Reference in New Issue
Block a user