Example #1
0
 protected void ReleaseCurrentDepthStencilBuffer()
 {
     if (DepthStencilBuffer != null)
     {
         depthStencilBuffer.Texture.ReleaseInternal();
         depthStencilBuffer.RemoveKeepAliveBy(this);
     }
 }