mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: client: vgui: deprecate VGUI_CreateTexture and VGUI_UploadTextureBlock functions, as they never used by vgui_support module
* vgui_support used them in old engine for font cache, but we don't have that anymore.
This commit is contained in:
@@ -170,9 +170,9 @@ typedef struct vguiapi_s
|
||||
void (*SetupDrawingImage)( int *pColor );
|
||||
void (*BindTexture)( int id );
|
||||
void (*EnableTexture)( qboolean enable );
|
||||
void (*CreateTexture)( int id, int width, int height );
|
||||
void (*Reserved0)( int id, int width, int height );
|
||||
void (*UploadTexture)( int id, const char *buffer, int width, int height );
|
||||
void (*UploadTextureBlock)( int id, int drawX, int drawY, const byte *rgba, int blockWidth, int blockHeight );
|
||||
void (*Reserved1)( int id, int drawX, int drawY, const byte *rgba, int blockWidth, int blockHeight );
|
||||
void (*DrawQuad)( const vpoint_t *ul, const vpoint_t *lr );
|
||||
void (*GetTextureSizes)( int *width, int *height );
|
||||
int (*GenerateTexture)( void );
|
||||
|
||||
Reference in New Issue
Block a user