Iris Whole Slide Imaging
Loading...
Searching...
No Matches
Iris::ViewerCreateInfo Struct Reference

Defines necesary runtime parameters for starting the Iris rendering engine. More...

#include <IrisTypes.hpp>

Public Attributes

const char * ApplicationName
 Informs the rendering engine of the calling application's name.
 
uint32_t ApplicationVersion
 Informs the engine of the calling application version.
 
const char * ApplicationBundlePath
 provides the executable location. This is needed for runtime loading of application files such as UI markup files and shader code.
 

Detailed Description

Defines necesary runtime parameters for starting the Iris rendering engine.

These runtime parameters will be forwarded to the GPU for certain task tracking and the application bundle path (term from Apple's OS) is important for loading referenced / included runtime files.

Additional runtime parameters will be added as needed in the future.


The documentation for this struct was generated from the following file: