Module opengl_graphics::shader_utils [−][src]
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. |