mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fix vertex attributes having incorrect state when restarting BGFX. (#3267)
This commit is contained in:
@@ -2265,6 +2265,10 @@ namespace bgfx { namespace gl
|
||||
|
||||
ErrorState::Enum errorState = ErrorState::Default;
|
||||
|
||||
s_currentlyEnabledVertexAttribArrays = 0;
|
||||
s_vertexAttribArraysPendingDisable = 0;
|
||||
s_vertexAttribArraysPendingEnable = 0;
|
||||
|
||||
if (_init.debug
|
||||
|| _init.profile)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user