pub trait GLBufferPoolExt: IsA<GLBufferPool> + Sealed + 'static {
    // Provided method
    fn gl_allocation_params(&self) -> Option<GLAllocationParams> { ... }
}

Provided Methods§

source

fn gl_allocation_params(&self) -> Option<GLAllocationParams>

Available on crate feature v1_20 only.

Object Safety§

This trait is not object safe.

Implementors§