Crate adi_gpu [] [src]

Aldaron's Device Interface / GPU is a library developed by Plop Grizzly for interfacing with the GPU to render graphics or do fast calculations.

Modules

window

Types specifically for window operations.

Structs

Display

To render anything with adi_gpu, you have to make a Display

Gradient

A list of colors to be paired with vertices.

Model

A list of vertices that make a shape.

Shape

A renderable object that exists on the Display.

ShapeBuilder

Builder for Shape

TexCoords

A list of texture coordinates to be paired with vertices.

Texture

A texture on the GPU.

Transform

Transform represents a transformation matrix.

Traits

RenderOps

This trait is for implementing new platform support. TODO It is incomplete.