Ejemplo n.º 1
0
 public void Clear()
 {
     Context.ClearRenderTargetView(RenderTargetView, ClearColor);
     DepthStencil.Clear();
 }
Ejemplo n.º 2
0
 public void InitializeDepthStencil()
 {
     DepthStencil = new DepthStencil(Width, Height);
 }