bgfx_get_stats

Returns performance counters. Attention: Pointer returned is valid until bgfx::frame is called.

  1. const(bgfx_stats_t)* bgfx_get_stats()
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    const(bgfx_stats_t)*
    bgfx_get_stats
    ()
  2. da_bgfx_get_stats bgfx_get_stats;

Meta