mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
Cleanup.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user