-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GL] Mapping of name to active GL uniform location.
The location returned by glGetUniformLocation() must be used for gl*Uniform*() functions only, not as index for glGetActiveUniform(). This change builds a full map that maps a name to its active GL uniform type and array size.
- Loading branch information
1 parent
a8f83f3
commit 4c1e085
Showing
2 changed files
with
94 additions
and
23 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
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