mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
D3D11: Disable map constant buffers.
This commit is contained in:
parent
991a9604cb
commit
e348c08ebe
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
# include "renderer_d3d11.h"
|
# include "renderer_d3d11.h"
|
||||||
|
|
||||||
# if !defined(BGFX_D3D11_MAP_CONSTANT_BUFFERS)
|
# if !defined(BGFX_D3D11_MAP_CONSTANT_BUFFERS)
|
||||||
# define BGFX_D3D11_MAP_CONSTANT_BUFFERS 1
|
# define BGFX_D3D11_MAP_CONSTANT_BUFFERS 0
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
namespace bgfx { namespace d3d11
|
namespace bgfx { namespace d3d11
|
||||||
|
|
Loading…
Reference in a new issue