New upstream version 23.2.1+dfsg1
This commit is contained in:
parent
cdc9a9fc87
commit
b14f9eae6d
1017 changed files with 37232 additions and 11111 deletions
|
|
@ -92,10 +92,11 @@ void gs_cubetexture_destroy(gs_texture_t *tex)
|
|||
if (!tex)
|
||||
return;
|
||||
|
||||
if (tex->texture) {
|
||||
glDeleteTextures(1, &tex->texture);
|
||||
gl_success("glDeleteTextures");
|
||||
}
|
||||
if (tex->texture)
|
||||
gl_delete_textures(1, &tex->texture);
|
||||
|
||||
if (tex->fbo)
|
||||
fbo_info_destroy(tex->fbo);
|
||||
|
||||
bfree(tex);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue