mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-23 13:24:13 +00:00
ref_soft: update ref api
This commit is contained in:
parent
d1af73bfcb
commit
ef270eb642
@ -13,7 +13,7 @@ struct swblit_s
|
||||
} swblit;
|
||||
|
||||
|
||||
qboolean R_SetDisplayTransform( uint rotate, int offset_x, int offset_y, float scale_x, float scale_y )
|
||||
qboolean R_SetDisplayTransform( ref_screen_rotation_t rotate, int offset_x, int offset_y, float scale_x, float scale_y )
|
||||
{
|
||||
qboolean ret = true;
|
||||
if( rotate > 1 )
|
||||
|
@ -1244,7 +1244,7 @@ void R_DrawBrushModel(cl_entity_t *pent);
|
||||
void R_InitCaches (void);
|
||||
void R_BlitScreen( void );
|
||||
void R_InitBlit( qboolean gl );
|
||||
qboolean R_SetDisplayTransform( uint rotate, int offset_x, int offset_y, float scale_x, float scale_y );
|
||||
qboolean R_SetDisplayTransform( ref_screen_rotation_t rotate, int offset_x, int offset_y, float scale_x, float scale_y );
|
||||
|
||||
//
|
||||
// r_edge.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user