コード例 #1
0
 public void Dispose()
 {
     MemUtil.Free((IntPtr)NativePointer);
     NativePointer = null;
     GC.SuppressFinalize(this);
 }
コード例 #2
0
 public PipelineDepthStencilStateCreateInfo()
 {
     NativePointer        = (Unmanaged.PipelineDepthStencilStateCreateInfo *)MemUtil.Alloc(typeof(Unmanaged.PipelineDepthStencilStateCreateInfo));
     NativePointer->SType = StructureType.PipelineDepthStencilStateCreateInfo;
 }