Пример #1
0
 public static void ValidateType(TypeReference t)
 {
     t.ToGlsl(); // throws if t is not valid
 }