Updated .gitignore.
This commit is contained in:
parent
a42c2fbc44
commit
f763ec9355
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
.git
|
|
||||||
.build
|
.build
|
||||||
.debug
|
.debug
|
||||||
|
.DS_Store
|
||||||
|
.git
|
||||||
.svn
|
.svn
|
||||||
tags
|
tags
|
||||||
.DS_Store
|
src/renderer_d3d12.*
|
||||||
|
@ -1,36 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
|
|
||||||
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "bgfx_p.h"
|
|
||||||
|
|
||||||
#if BGFX_CONFIG_RENDERER_DIRECT3D12
|
|
||||||
|
|
||||||
namespace bgfx
|
|
||||||
{
|
|
||||||
RendererContextI* rendererCreateD3D12()
|
|
||||||
{
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
void rendererDestroyD3D12()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
} // namespace bgfx
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
namespace bgfx
|
|
||||||
{
|
|
||||||
RendererContextI* rendererCreateD3D12()
|
|
||||||
{
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
void rendererDestroyD3D12()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
} // namespace bgfx
|
|
||||||
|
|
||||||
#endif // BGFX_CONFIG_RENDERER_DIRECT3D12
|
|
Loading…
Reference in New Issue
Block a user