Updated thread funcs to match bx.

This commit is contained in:
Branimir Karadžić
2017-11-04 15:18:33 -07:00
parent 782194e097
commit ea7c59db33
2 changed files with 3 additions and 3 deletions

View File

@@ -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");