Beispiel #1
0
        public void TestSetGlobalDetailReduction()
        {
            // Define variables and constants


            // Set up context


            // Execute
            RenderingModule.SetTextureDetailReduction(0U);
            RenderingModule.SetTextureDetailReduction(1U);
            RenderingModule.SetTextureDetailReduction(4U);
            RenderingModule.SetTextureDetailReduction(100U);
            RenderingModule.SetTextureDetailReduction(0U);

            // Assert outcome
        }