Trait BinderFBOTarget

Source
pub trait BinderFBOTarget {
    const TARGET: u32;
    const GET_BINDING: u32;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl BinderFBOTarget for BinderFBO

Source§

const TARGET: u32 = 36_160u32

Source§

const GET_BINDING: u32 = 36_006u32

Source§

impl BinderFBOTarget for BinderFBODraw

Source§

const TARGET: u32 = 36_009u32

Source§

const GET_BINDING: u32 = 36_006u32

Source§

impl BinderFBOTarget for BinderFBORead

Source§

const TARGET: u32 = 36_008u32

Source§

const GET_BINDING: u32 = 36_010u32