Module tetra::graphics::shader

source ·
Expand description

Functions and types relating to shader programs.

Structs

A shader program, consisting of a vertex shader and a fragment shader.

Statics

The default fragment shader.
The default vertex shader.

Traits

Represents a type that can be passed as a uniform value to a shader.