forked from davidgfnet/opengx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drawing: setup TEV stages *after* initializing the vertex arrays
The registers to be used as texture input coordinates will (in the following commit) computed when setting up the vertex arrays, so this operation must happen before setting up the TEV (which uses those registers). This small refactoring also reduces some code duplication.
- Loading branch information
Showing
1 changed file
with
40 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters