bgfx_is_frame_buffer_valid

Validate frame buffer parameters.

  1. bool bgfx_is_frame_buffer_valid(byte _num, const(bgfx_attachment_t)* _attachment)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    bool
    bgfx_is_frame_buffer_valid
  2. da_bgfx_is_frame_buffer_valid bgfx_is_frame_buffer_valid;

Parameters

_num byte

Number of attachments.

_attachment const(bgfx_attachment_t)*

Attachment texture info. See: bgfx::Attachment.

Meta