mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 09:49:23 +00:00
more fixes to librw stuff
This commit is contained in:
parent
8c70c2a136
commit
acb29e0dad
14 changed files with 4 additions and 385 deletions
|
@ -384,7 +384,7 @@ CreateTxdImageForVideoCard()
|
|||
return false;
|
||||
}
|
||||
|
||||
#ifdef LIBRW
|
||||
#ifdef RW_GL3
|
||||
// so we can read back DXT with GLES
|
||||
// only works for textures that are not yet loaded
|
||||
// so let's hope that is the case for all
|
||||
|
@ -418,7 +418,7 @@ CreateTxdImageForVideoCard()
|
|||
delete []buf;
|
||||
delete pDir;
|
||||
CStreaming::RemoveTxd(i);
|
||||
#ifdef LIBRW
|
||||
#ifdef RW_GL3
|
||||
rw::gl3::needToReadBackTextures = false;
|
||||
#endif
|
||||
return false;
|
||||
|
@ -447,7 +447,7 @@ CreateTxdImageForVideoCard()
|
|||
RwStreamClose(img, nil);
|
||||
delete []buf;
|
||||
|
||||
#ifdef LIBRW
|
||||
#ifdef RW_GL3
|
||||
rw::gl3::needToReadBackTextures = false;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue