-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[effect] Support builtin APEs with APEinfo call
Needed for Texer2 and other future codeable builtin APEs because APEinfo contains the code handle. APE effects wanting to make use of this need to specify both a create function (e.g. "R_MyEffect") and a APEinfo setter. The setter must be named like the create function + "_SetExtInfo" (e.g. R_MyEffect_SetExtInfo").
- Loading branch information
1 parent
69cdd35
commit c40263b
Showing
2 changed files
with
46 additions
and
27 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