private void initDepthStencil(int width, int height, DepthStencilFormats depthStencilFormat) { if (depthStencilFormat != DepthStencilFormats.None) { depthStencil = new DepthStencil(this, width, height, depthStencilFormat); } }
private void initDepthStencil(int width, int height, DepthStencilFormats depthStencilFormat) { if (depthStencilFormat != DepthStencilFormats.None) depthStencil = new DepthStencil(this, width, height, depthStencilFormat); }