MTLIndexType.cs 116 B

12345678
  1. namespace Veldrid.MetalBindings
  2. {
  3. public enum MTLIndexType
  4. {
  5. UInt16 = 0,
  6. UInt32 = 1,
  7. }
  8. }