bgfx_encoder_set_condition

Set condition for rendering.

  1. void bgfx_encoder_set_condition(bgfx_encoder_t* _this, bgfx_occlusion_query_handle_t _handle, bool _visible)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_encoder_set_condition
  2. da_bgfx_encoder_set_condition bgfx_encoder_set_condition;

Parameters

_handle bgfx_occlusion_query_handle_t

Occlusion query handle.

_visible bool

Render if occlusion query is visible.

Meta