mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Prototype R_Upload8
This commit is contained in:
parent
4d647257fa
commit
4681d0a417
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ byte scrap_texels [ MAX_SCRAPS ] [ BLOCK_WIDTH * BLOCK_HEIGHT ];
|
|||
qboolean scrap_dirty;
|
||||
int scrap_uploads;
|
||||
|
||||
qboolean R_Upload8 ( byte *data, int width, int height, qboolean mipmap, qboolean is_sky );
|
||||
|
||||
/* returns a texture number and the position inside it */
|
||||
int
|
||||
Scrap_AllocBlock ( int w, int h, int *x, int *y )
|
||||
|
|
Loading…
Reference in a new issue