Ejemplo n.º 1
0
        internal CommandList FinishCommandList(bool restoreState)
        {
            return(m_deviceContext.FinishCommandList(restoreState));

            CheckErrors();
        }