opengl: add shader helper functions.
commit985e1c9b008e5e8b6eac41546266d3abcfa6282a
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 24 Apr 2015 05:48:45 +0000 (24 07:48 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 5 May 2015 08:43:03 +0000 (5 10:43 +0200)
tree5130bd7fcc53da40dc299ffb6899655fc6bdc313
parentd98bc0b654b97d130338e76e0928296f84e6d6fd
opengl: add shader helper functions.

Helper functions to compile, link and run opengl shader programs.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/shader.h [new file with mode: 0644]
ui/Makefile.objs
ui/shader.c [new file with mode: 0644]