pub unsafe trait RenderbufferPixel {
    const GL_FORMAT: Enum;
}
Expand description

§Safety

Don’t implement yourself

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl RenderbufferPixel for Rgba<f32>

source§

const GL_FORMAT: Enum = 6_408u32

Implementors§