mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
Enable MSAA setting at context creation for Android (#2854)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user