Enable MSAA setting at context creation for Android (#2854)

This commit is contained in:
Cedric Guillemet
2022-08-04 15:51:38 +02:00
committed by GitHub
parent bedab93431
commit 6aad365c9e
13 changed files with 42 additions and 15 deletions

View File

@@ -63,7 +63,7 @@ namespace bgfx { namespace gl
char* m_canvas;
};
void GlContext::create(uint32_t _width, uint32_t _height)
void GlContext::create(uint32_t _width, uint32_t _height, uint32_t /*_flags*/)
{
// assert?
if (m_primary != NULL)