Fix two compile time errors to allow SOA pointer and array be passed as function argument.
This commit is contained in:
2
type.h
2
type.h
@@ -430,7 +430,7 @@ public:
|
||||
bool isSlice = false, bool frozen = false);
|
||||
|
||||
/** Helper method to return a uniform pointer to the given type. */
|
||||
static PointerType *GetUniform(const Type *t);
|
||||
static PointerType *GetUniform(const Type *t, bool isSlice = false);
|
||||
/** Helper method to return a varying pointer to the given type. */
|
||||
static PointerType *GetVarying(const Type *t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user