mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Add option to force begin() encoder for a thread (#1497)
This commit is contained in:
committed by
Branimir Karadžić
parent
78da1163c2
commit
fa2dfdf6c7
@@ -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) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user