mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
fixed compiler warning, sent upstream (nw)
This commit is contained in:
parent
2b97bfba29
commit
fcf852fea2
4
3rdparty/bgfx/src/renderer_d3d11.h
vendored
4
3rdparty/bgfx/src/renderer_d3d11.h
vendored
@ -285,10 +285,10 @@ namespace bgfx { namespace d3d11
|
||||
struct FrameBufferD3D11
|
||||
{
|
||||
FrameBufferD3D11()
|
||||
: m_denseIdx(UINT16_MAX)
|
||||
: m_dsv(NULL)
|
||||
, m_denseIdx(UINT16_MAX)
|
||||
, m_num(0)
|
||||
, m_numTh(0)
|
||||
, m_dsv(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user