Struct cat_engine_basement::graphics::core::GraphicsCore[][src]

pub struct GraphicsCore {
    pub blending: Blending,
    pub buffer: Buffer,
    pub drawing: Drawing,
    pub program: Program,
    pub shader: Shader,
    pub texture: Texture,
    pub uniform: Uniform,
    pub vertex_array: VertexArray,
    pub viewport: Viewport,
    // some fields omitted
}

Fields

blending: Blendingbuffer: Bufferdrawing: Drawingprogram: Programshader: Shadertexture: Textureuniform: Uniformvertex_array: VertexArrayviewport: Viewport

Implementations

Enables server-side GL capabilities.

Disables server-side GL capabilities.

Tests whether a capability is enabled

Specifies clear values for the colour buffers.

Blocks the current thread until all GL execution is complete.

Versions.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.