Change uniform_info's uniform type to unsigned

This commit is contained in:
twinaphex 2016-04-17 16:07:11 +02:00
parent 66ba52eab0
commit 05f2153549
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ struct shader_program_info
struct uniform_info
{
enum shader_uniform_type type;
unsigned type; /* shader uniform type */
bool enabled;
int32_t location;