Trait grafix_toolbox::lib::GL::spec::ShdBuffType

source ·
pub trait ShdBuffType: Buffer {
    // Required methods
    fn max_bindings() -> i32;
    fn max_size() -> usize;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§