Function x11rb::protocol::dbe::begin_idiom

source ·
pub fn begin_idiom<Conn>(
    conn: &Conn
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,
Expand description

Begins a logical swap block.

Creates a block of operations intended to occur together. This may be needed if window presentation requires changing buffers unknown to this extension, such as depth or stencil buffers.