pub unsafe extern "C" fn bgfx_is_frame_buffer_valid(
    _num: u8,
    _attachment: *const bgfx_attachment_t
) -> bool
Expand description

Validate frame buffer parameters.

@param[in] _num Number of attachments. @param[in] _attachment Attachment texture info. See: bgfx::Attachment.

@returns True if a frame buffer with the same parameters can be created.