mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -1,7 +1,6 @@
|
|||||||
.build
|
.build
|
||||||
.debug
|
.debug
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.git
|
.git
|
||||||
.svn
|
.svn
|
||||||
tags
|
tags
|
||||||
src/renderer_d3d12.*
|
|
||||||
|
|||||||
@@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
#include "bgfx_p.h"
|
#include "bgfx_p.h"
|
||||||
|
|
||||||
|
#if BGFX_CONFIG_RENDERER_DIRECT3D12
|
||||||
|
# include "../../d3d12/src/renderer_d3d12.cpp"
|
||||||
|
#else
|
||||||
|
|
||||||
namespace bgfx
|
namespace bgfx
|
||||||
{
|
{
|
||||||
RendererContextI* rendererCreateD3D12()
|
RendererContextI* rendererCreateD3D12()
|
||||||
@@ -16,3 +20,5 @@ namespace bgfx
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
} // namespace bgfx
|
} // namespace bgfx
|
||||||
|
|
||||||
|
#endif // BGFX_CONFIG_RENDERER_DIRECT3D12
|
||||||
|
|||||||
Reference in New Issue
Block a user