mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-27 07:00:10 +00:00
[client] added ability to pass options to renderers
This commit is contained in:
@@ -38,10 +38,12 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
typedef struct LG_RendererParams
|
||||
{
|
||||
TTF_Font * font;
|
||||
bool showFPS;
|
||||
bool resample;
|
||||
bool vsync;
|
||||
int argc;
|
||||
const char ** argv;
|
||||
TTF_Font * font;
|
||||
bool showFPS;
|
||||
bool resample;
|
||||
bool vsync;
|
||||
}
|
||||
LG_RendererParams;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user