Variation #3
Reference in New Issue
Block a user
Delete Branch "variation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements support for variations within transformations.
Removes the previous default shader entry points in favor of new entry points that actually use the existing code; this serves as a compile test. Without entry points, "dead" code (that is, code not reachable from a shader entry point) is aggressively removed, so this checks that the code is capable of running on a GPU.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.