internal unsafe static MixedLightingMode FallbackMixedLightingMode() { MixedLightingMode result; SupportedRenderingFeatures.FallbackMixedLightingModeByRef(new IntPtr((void *)(&result))); return(result); }