Ejemplo n.º 1
0
 protected void ReleaseCurrentDepthStencilBuffer()
 {
     if (DepthStencilBuffer != null)
     {
         depthStencilBuffer.RemoveKeepAliveBy(this);
     }
 }