mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
SVT example formatting fix
This commit is contained in:
@@ -72,7 +72,11 @@ int VirtualTextureInfo::GetPageTableSize() const
|
||||
}
|
||||
|
||||
// StagingPool
|
||||
StagingPool::StagingPool(int _width, int _height, int _count, bool _readBack) : m_stagingTextureIndex(0), m_width(_width), m_height(_height), m_flags(0)
|
||||
StagingPool::StagingPool(int _width, int _height, int _count, bool _readBack)
|
||||
: m_stagingTextureIndex(0)
|
||||
, m_width(_width)
|
||||
, m_height(_height)
|
||||
, m_flags(0)
|
||||
{
|
||||
m_flags = BGFX_TEXTURE_BLIT_DST | BGFX_SAMPLER_UVW_CLAMP;
|
||||
if (_readBack)
|
||||
|
||||
Reference in New Issue
Block a user