bgfx_touch

Submit an empty primitive for rendering. Uniforms and draw state will be applied but no geometry will be submitted. Remarks: These empty draw calls will sort before ordinary draw calls.

  1. void bgfx_touch(bgfx_view_id_t _id)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_touch
  2. da_bgfx_touch bgfx_touch;

Parameters

_id bgfx_view_id_t

View id.

Meta