mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Resolved merge conflict.
This commit is contained in:
@@ -157,7 +157,8 @@ namespace bgfx
|
||||
struct RendererContext
|
||||
{
|
||||
RendererContext()
|
||||
: m_capture(NULL)
|
||||
: m_rtMsaa(false)
|
||||
, m_capture(NULL)
|
||||
, m_captureSize(0)
|
||||
, m_maxAnisotropy(0.0f)
|
||||
, m_maxMsaa(0)
|
||||
@@ -167,7 +168,6 @@ namespace bgfx
|
||||
, m_flip(false)
|
||||
, m_postSwapBuffers(NULL)
|
||||
, m_hash( (BX_PLATFORM_WINDOWS<<1) | BX_ARCH_64BIT)
|
||||
, m_rtMsaa(false)
|
||||
, m_backBufferFbo(0)
|
||||
{
|
||||
m_rt.idx = invalidHandle;
|
||||
|
||||
Reference in New Issue
Block a user