da_bgfx_dbg_text_printf

Print formatted data to internal debug text character-buffer (VGA-compatible text mode).

version(!BindBgfx_Static)
extern (C) @nogc nothrow __gshared
alias da_bgfx_dbg_text_printf = void function
(
ushort _x
,
ushort _y
,
byte _attr
,
const(char)* _format
,)

Meta