mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Updated thread funcs to match bx.
This commit is contained in:
@@ -2562,7 +2562,7 @@ namespace bgfx
|
||||
{
|
||||
}
|
||||
|
||||
static int32_t renderThread(void* /*_userData*/)
|
||||
static int32_t renderThread(bx::Thread* /*_self*/, void* /*_userData*/)
|
||||
{
|
||||
BX_TRACE("render thread start");
|
||||
BGFX_PROFILER_SET_CURRENT_THREAD_NAME("bgfx - Render Thread");
|
||||
|
||||
Reference in New Issue
Block a user