Skip to content

glsl/types: Make is_integer() make more sense

When you read type->is_integer() in code, you expect that it's checking whether or not the type is an integer type. In particular, you would expect it to return true for uint64_t which it doesn't. This little MR attempts to fix the confusion.

Merge request reports