Variable AllocOptions.memTypeIndexMask

mask of memory type indices (0b0101 means indices 0 and 2) that, if not zero, will constrain MemoryRequirement.memTypeMask

struct AllocOptions
{
  // ...
  uint memTypeIndexMask ;
  // ...
}