Variable AllocOptions.requiredProps

MemProps bits that must be set. Allocation will fail if it can't allocate a memory type satisfies all bits.

struct AllocOptions
{
  // ...
  MemProps requiredProps ;
  // ...
}