MTLDepthStencilState.cs 143 B

123456789
  1. using System;
  2. namespace Veldrid.MetalBindings
  3. {
  4. public struct MTLDepthStencilState
  5. {
  6. public readonly IntPtr NativePtr;
  7. }
  8. }