]> git.tdb.fi Git - libs/gl.git/commit
Refactor handling of %, << and >> in ConstantFolder
authorMikko Rasa <tdb@tdb.fi>
Tue, 20 Apr 2021 15:18:25 +0000 (18:18 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 20 Apr 2021 15:18:25 +0000 (18:18 +0300)
commit3c2397dbb6e45fe72214f71048c4edfe4f11ac73
tree212dd07eb6103a28bf371e63310f666d7f48ef91
parent29fb23fb9c6eb32b1157a09cf79754a630702f9e
Refactor handling of %, << and >> in ConstantFolder

This is in line with the other operators and makes adding unsigned
types easier.
source/glsl/optimize.cpp
source/glsl/optimize.h