Skip to content

Configurations

Dickson Law edited this page Sep 25, 2021 · 2 revisions

Configurations

You can configure GMLinear 2 by changing the macros set in __GMLINEAR_SETTINGS__.

GMLINEAR_INLINE

This is a macro at the beginning of every GMLinear function. When used on YYC exports, inlining improves runtime performance, but may significantly increase compile time.

  • To inline GMLinear operations, set this macro to gml_pragma("forceinline")
  • Otherwise, set this macro to // (default)
Clone this wiki locally