equal
deleted
inserted
replaced
85 GLint *ps_uniforms_int4; |
85 GLint *ps_uniforms_int4; |
86 size_t ps_uniforms_bool_count; |
86 size_t ps_uniforms_bool_count; |
87 GLint *ps_uniforms_bool; |
87 GLint *ps_uniforms_bool; |
88 uint32 refcount; |
88 uint32 refcount; |
89 // GLSL uses these...location of uniform arrays. |
89 // GLSL uses these...location of uniform arrays. |
90 GLuint vs_float4_loc; |
90 GLint vs_float4_loc; |
91 GLuint vs_int4_loc; |
91 GLint vs_int4_loc; |
92 GLuint vs_bool_loc; |
92 GLint vs_bool_loc; |
93 GLuint ps_float4_loc; |
93 GLint ps_float4_loc; |
94 GLuint ps_int4_loc; |
94 GLint ps_int4_loc; |
95 GLuint ps_bool_loc; |
95 GLint ps_bool_loc; |
96 }; |
96 }; |
97 |
97 |
98 #ifndef WINGDIAPI |
98 #ifndef WINGDIAPI |
99 #define WINGDIAPI |
99 #define WINGDIAPI |
100 #endif |
100 #endif |