Searched defs:isSamplerType (Results 1 – 2 of 2) sorted by relevance
154 static bool isSamplerType(const glslang::TType& type) { in isSamplerType() function
237 bool isSamplerType(Id typeId) const { return getTypeClass(typeId) == OpTypeSampler; } in isSamplerType() function