Previous 199869 Revisions Next

r37203 Thursday 16th April, 2015 at 12:25:12 UTC by Miodrag Milanović
fixed compiler warning, sent upstream (nw)
[3rdparty/bgfx/src]renderer_d3d11.h

trunk/3rdparty/bgfx/src/renderer_d3d11.h
r245714r245715
285285   struct FrameBufferD3D11
286286   {
287287      FrameBufferD3D11()
288         : m_denseIdx(UINT16_MAX)
288         : m_dsv(NULL)
289         , m_denseIdx(UINT16_MAX)
289290         , m_num(0)
290291         , m_numTh(0)
291         , m_dsv(NULL)
292292      {
293293      }
294294


Previous 199869 Revisions Next


© 1997-2024 The MAME Team