Examples of Platform Specific Wrapper Code#

The basic application detailed in this guide is written to be platform-agnostic, so it requires a native window object being supplied at the beginning of the application. You must write platform-specific wrapper programs to provide an entry point and create a native window for the platform to which the application will be deployed.

You can find several examples of this type of wrapper code for various platforms in the Appendices or in the PowerVR SDK.