[WIP] replace polymorphic types from expressions

This commit is contained in:
2017-05-09 01:46:36 -04:00
parent 9c0f9be022
commit aeb4c0b6f9
5 changed files with 182 additions and 33 deletions

2
type.h
View File

@@ -413,6 +413,8 @@ public:
const PolyRestriction restriction;
static const Type * ReplaceType(const Type *from, const Type *to);
static const PolyType *UniformInteger, *VaryingInteger;
static const PolyType *UniformFloating, *VaryingFloating;