]> git.tdb.fi Git - libs/gl.git/commit
Resolve function calls where argument types need to be converted
authorMikko Rasa <tdb@tdb.fi>
Tue, 20 Apr 2021 12:16:30 +0000 (15:16 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 20 Apr 2021 12:16:30 +0000 (15:16 +0300)
commit001cdc10d0e0b7e006a4dce5363a5c593e35b7ae
tree7004df56f9b038c930cf891bbc81ba357c3bd728
parent523491787b2b0321748a53f139c1a4355d2f9e85
Resolve function calls where argument types need to be converted

This is a rather basic implementation and will reject a call if there's
multiple candidates, without considering conversion ranks.
source/glsl/resolve.cpp
source/glsl/resolve.h
tests/glsl/inexact_function_argument_type.glsl [new file with mode: 0644]