mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Cleanup.
This commit is contained in:
parent
f6cf4df3d3
commit
f960d0cc31
3 changed files with 3 additions and 4 deletions
|
@ -111,7 +111,7 @@ function exampleProject(_name)
|
|||
configuration { "x32" }
|
||||
libdirs { "$(OVR_DIR)/LibOVR/Lib/Win32/" .. _ACTION }
|
||||
|
||||
configuration { "x64", "vs2012" }
|
||||
configuration { "x64" }
|
||||
libdirs { "$(OVR_DIR)/LibOVR/Lib/x64/" .. _ACTION }
|
||||
|
||||
configuration { "x32", "Debug" }
|
||||
|
|
|
@ -1148,9 +1148,9 @@ namespace bgfx
|
|||
BX_ALIGN_DECL_CACHE_LINE(struct) Frame
|
||||
{
|
||||
Frame()
|
||||
: m_waitSubmit(0)
|
||||
: m_hmdEnabled(false)
|
||||
, m_waitSubmit(0)
|
||||
, m_waitRender(0)
|
||||
, m_hmdEnabled(false)
|
||||
{
|
||||
SortKey term;
|
||||
term.reset();
|
||||
|
|
|
@ -4174,7 +4174,6 @@ namespace bgfx
|
|||
? _render->m_hmd.height
|
||||
: _render->m_resolution.m_height
|
||||
;
|
||||
_render->m_resolution.m_height;
|
||||
float alphaRef = 0.0f;
|
||||
uint32_t blendFactor = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue