Module shader_utils

Source
Expand description

Helper functions for dealing with shaders.

Structs§

DynamicAttribute
Describes a shader attribute.

Functions§

attribute_location
Finds attribute location from a program.
compile_shader
Compiles a shader.
uniform_location
Finds uniform location from a program.