Search
lxdream.org :: lxdream/src/drivers/gl_sl.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/gl_sl.c
changeset 1287:dac8f363f1fe
prev1258:f8a9c0fd2abb
author nkeynes
date Fri May 29 18:47:05 2015 +1000 (8 years ago)
permissions -rw-r--r--
last change Fix test case
file annotate diff log raw
1.1 --- a/src/drivers/gl_sl.c Mon Mar 05 11:41:03 2012 +1000
1.2 +++ b/src/drivers/gl_sl.c Fri May 29 18:47:05 2015 +1000
1.3 @@ -316,12 +316,12 @@
1.4 {
1.5 }
1.6
1.7 -static static inline GLint glsl_get_uniform_location(gl_program_t program, const char *name)
1.8 +static inline GLint glsl_get_uniform_location(gl_program_t program, const char *name)
1.9 {
1.10 return 0;
1.11 }
1.12
1.13 -static static inline GLint glsl_get_attrib_location(gl_program_t program, const char *name)
1.14 +static inline GLint glsl_get_attrib_location(gl_program_t program, const char *name)
1.15 {
1.16 return 0;
1.17 }
.