pub unsafe extern "C" fn bgfx_create_frame_buffer_from_handles(
    _num: u8,
    _handles: *const bgfx_texture_handle_t,
    _destroyTexture: bool
) -> bgfx_frame_buffer_handle_t
Expand description

Create MRT frame buffer from texture handles (simple).

@param[in] _num Number of texture handles. @param[in] _handles Texture attachments. @param[in] _destroyTexture If true, textures will be destroyed when frame buffer is destroyed.

@returns Frame buffer handle.