Exemplo n.º 1
0
 public void Enable(DepthStencilI depthStencil)
 {
     frameBuffer.SetDepthTarget(((DepthStencil)depthStencil).depthBuffer);
     video.context.SetFrameBuffer(frameBuffer);
 }