-
Notifications
You must be signed in to change notification settings - Fork 1
Configurations
Dickson Law edited this page Sep 25, 2021
·
2 revisions
You can configure GMLinear 2 by changing the macros set in __GMLINEAR_SETTINGS__
.
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)