New upstream version 25.0.3+dfsg1
This commit is contained in:
parent
04fe0efc67
commit
8b2e5f2130
569 changed files with 62491 additions and 5875 deletions
|
|
@ -29,7 +29,7 @@ static inline bool upload_texture_cube(struct gs_texture_cube *tex,
|
|||
uint32_t i;
|
||||
|
||||
if (!num_levels)
|
||||
num_levels = gs_get_total_levels(tex->size, tex->size);
|
||||
num_levels = gs_get_total_levels(tex->size, tex->size, 1);
|
||||
|
||||
for (i = 0; i < 6; i++) {
|
||||
GLenum target = GL_TEXTURE_CUBE_MAP_POSITIVE_X + i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue