public void Clear() { Context.ClearRenderTargetView(RenderTargetView, ClearColor); DepthStencil.Clear(); }
public void InitializeDepthStencil() { DepthStencil = new DepthStencil(Width, Height); }