-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1711538 - Improve 'compatible_type()' r=lsalzman
This renames compatible_type() to can_implicitly_convert_to() which is a better name. The parameters are renamed to make it more obvious what's going on. A note is added about glsl misparsing of float literals and finally, implicit conversion of float/double to int is removed because that's not supported by glsl. Differential Revision: https://phabricator.services.mozilla.com/D115247 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/8ab369b87f17762ffeb856cb52735929c509e15c
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 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