Skip to content

Engine Defines

Shahriar Shahrabi edited this page May 10, 2020 · 1 revision

Engine Defines

These are the current list of the defines which the engine needs. If the project is generated with the bat file in the repository, these are set automatically. As time goes on, more defines will be added and the page will be updated.

Platforms

Platform Define
Windows TOYRENDERER_PLATFORM_WINDOWS
  • At the moment only windows is supported.

Configurations

Configuration Define
Debug TOYRENDERER_DEBUG
Release TOYRENDERER_RELEASE
Shipping TOYRENDERER_SHIPPING

Third Party Defines

Third-Party Name Define
GLEW GLEW_STATIC

Engine Specific Defines

Purpose Define
To build DLL TOYRENDERER_BUILD_DLL
  • These are for defining in the Engine project. Not in the game side.
Clone this wiki locally