mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
mesa: s/uint/GLuint/ to fix MSVC error
This commit is contained in:
parent
375f660e27
commit
e735dfd35b
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ static const struct internal_format_class_info s3tc_compatible_internal_formats[
|
|||
static GLenum
|
||||
lookup_view_class(struct gl_context *ctx, GLenum internalformat)
|
||||
{
|
||||
uint i;
|
||||
GLuint i;
|
||||
|
||||
for (i = 0; i < ARRAY_SIZE(compatible_internal_formats); i++) {
|
||||
if (compatible_internal_formats[i].internal_format == internalformat)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue