using System; namespace Veldrid.MetalBindings { public struct MTLDepthStencilState { public readonly IntPtr NativePtr; } }