Skip to content
Snippets Groups Projects
Commit 9f428a63 authored by Pekka Paalanen's avatar Pekka Paalanen Committed by Pekka Paalanen
Browse files

gl-renderer: move functions into gl-shaders.c


These functions are related to shaders, so they are more at home in
gl-shaders.c. gl-renderer.c is too long already.

This allows making a couple functions static while the moved functions
become non-static. Future changes turn some of these functions into
static again, with the ultimate goal of making struct gl_shader opaque.

Signed-off-by: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
parent 73aaf14e
No related branches found
No related tags found
1 merge request!575gl-renderer: rework uniform value assignments
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment