This commit is contained in:
Branimir Karadzic 2014-10-29 15:50:41 -07:00
parent f6cf4df3d3
commit f960d0cc31
3 changed files with 3 additions and 4 deletions

View file

@ -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" }

View file

@ -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();

View file

@ -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;