Struct cat_engine_basement::graphics::core::program::Program[][src]

pub struct Program { /* fields omitted */ }

Implementations

Creates a program object.

Returns 0 if an error occurs creating the program object otherwise returns a non-zero value by which it can be referenced.

Deletes a program object.

GLError::InvalidValue is generated if program is not a value generated by OpenGL.

Links a program object.

Returns a parameter from a program object.

Returns the information log for a program object.

Fill log without allocation.

Returns the location of a uniform variable.

name is a null terminated string.

Retrieves the index of a named uniform block.

name is a null terminated string.

Assigns a binding point to an active uniform block.

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.