Separating sampler flags from texture creation flags.

This commit is contained in:
Branimir Karadžić
2018-08-20 17:12:26 -07:00
parent 2a3fb9c0f9
commit 4433b5bcdc
27 changed files with 249 additions and 243 deletions

View File

@@ -299,7 +299,7 @@ Atlas::Atlas(uint16_t _textureSize, const uint8_t* _textureBuffer, uint16_t _reg
, false
, 1
, bgfx::TextureFormat::BGRA8
, BGFX_TEXTURE_NONE
, BGFX_SAMPLER_NONE
, bgfx::makeRef(m_textureBuffer, getTextureBufferSize() )
);
}