mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Updated DX12 stub.
This commit is contained in:
parent
f763ec9355
commit
5129b8462e
1 changed files with 18 additions and 0 deletions
18
src/renderer_d3d12.cpp
Normal file
18
src/renderer_d3d12.cpp
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
|
||||
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "bgfx_p.h"
|
||||
|
||||
namespace bgfx
|
||||
{
|
||||
RendererContextI* rendererCreateD3D12()
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void rendererDestroyD3D12()
|
||||
{
|
||||
}
|
||||
} // namespace bgfx
|
Loading…
Reference in a new issue