mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-18 00:14:27 +00:00
Renamed constants to new style.
This commit is contained in:
@@ -206,9 +206,9 @@ class ExampleOIT : public entry::AppI
|
||||
m_wbPass = loadProgram("vs_oit", "fs_oit_wb" );
|
||||
m_wbBlit = loadProgram("vs_oit_blit", "fs_oit_wb_blit" );
|
||||
|
||||
m_fbtextures[0].idx = bgfx::invalidHandle;
|
||||
m_fbtextures[1].idx = bgfx::invalidHandle;
|
||||
m_fbh.idx = bgfx::invalidHandle;
|
||||
m_fbtextures[0].idx = bgfx::kInvalidHandle;
|
||||
m_fbtextures[1].idx = bgfx::kInvalidHandle;
|
||||
m_fbh.idx = bgfx::kInvalidHandle;
|
||||
|
||||
m_mode = 1;
|
||||
m_scrollArea = 0;
|
||||
|
||||
Reference in New Issue
Block a user