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

Create MRT frame buffer from texture handles with specific layer and mip level.

@param[in] _num Number of attachments. @param[in] _attachment Attachment texture info. See: bgfx::Attachment. @param[in] _destroyTexture If true, textures will be destroyed when frame buffer is destroyed.

@returns Frame buffer handle.