Change uniform_info's uniform type to unsigned
This commit is contained in:
parent
66ba52eab0
commit
05f2153549
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue