Example #1
0
        internal unsafe static MixedLightingMode FallbackMixedLightingMode()
        {
            MixedLightingMode result;

            SupportedRenderingFeatures.FallbackMixedLightingModeByRef(new IntPtr((void *)(&result)));
            return(result);
        }