Radegast.Rendering.SceneObject.StartAlphaQuery C# (CSharp) Méthode

StartAlphaQuery() public méthode

public StartAlphaQuery ( ) : void
Résultat void
        public void StartAlphaQuery()
        {
            //hack
            //if (!RenderSettings.OcclusionCullingEnabled) return;

            //            if (AlphaQueryID == -1)
            //            {
            //                Compat.GenQueries(out AlphaQueryID);
            //            }
            //            if (AlphaQueryID > 0)
            //            {
            //                Compat.BeginQuery(QueryTarget.SamplesPassed, AlphaQueryID);
            //            }
        }