bgfx_dbg_text_clear

Clear internal debug text buffer.

  1. void bgfx_dbg_text_clear(byte _attr, bool _small)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_dbg_text_clear
    (
    byte _attr
    ,
    bool _small
    )
  2. da_bgfx_dbg_text_clear bgfx_dbg_text_clear;

Parameters

_attr byte

Background color.

_small bool

Default 8x16 or 8x8 font.

Meta