Esempio n. 1
0
 protected void ReleaseCurrentDepthStencilBuffer()
 {
     if (DepthStencilBuffer != null)
     {
         depthStencilBuffer.RemoveDisposeBy(this);
     }
 }