Fixed build error.
This commit is contained in:
parent
202803cf3b
commit
43eb37b939
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user