Add option to force begin() encoder for a thread (#1497)

This commit is contained in:
Hugo Amnov
2018-09-22 18:52:51 +02:00
committed by Branimir Karadžić
parent 78da1163c2
commit fa2dfdf6c7
4 changed files with 9 additions and 7 deletions

View File

@@ -4507,7 +4507,7 @@ namespace bgfx
}
}
BGFX_API_FUNC(Encoder* begin() );
BGFX_API_FUNC(Encoder* begin(bool _forThread) );
BGFX_API_FUNC(void end(Encoder* _encoder) );