Example #1
0
        internal unsafe static bool IsLightmapBakeTypeSupported(LightmapBakeType bakeType)
        {
            bool result;

            SupportedRenderingFeatures.IsLightmapBakeTypeSupportedByRef(bakeType, new IntPtr((void *)(&result)));
            return(result);
        }