Parameters supplied when initialising Fuji.
|
const char * | pAppTitle |
| A title used to represent the application.
|
|
void * | hInstance |
| The WIN32 hInstance paramater supplied to WinMain()
|
|
void * | hWnd |
| An optional hWnd to a WIN32 window that will contain the viewport.
|
|
const char * | pCommandLine |
| Pointer to the command line string.
|
|
int | argc |
| The argc parameter supplied to main()
|
|
const char ** | argv |
| The argv paramater supplied to main()
|
|
struct MFInitParams::DisplayMode | display |
| Display settings. More...
|
|
bool | hideSystemInfo |
| Hide the frame rate and system logo()
|
|
The documentation for this struct was generated from the following file: