-
Notifications
You must be signed in to change notification settings - Fork 3
Variables
ISSOtm edited this page Jun 21, 2024
·
2 revisions
Only variables that are exported by default are documented here. They should be considered to form the engine's "public API" so to speak.
Other variables are documented in the engine internals.
How many pixel columns of the tile buffer have been drawn for now.
This must be set to 0 before the first call to SetupVWFEngine
.
TODO