mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Resolved merge conflict.
This commit is contained in:
commit
bbfc599684
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue