Radegast.Rendering.SceneObject.StartAlphaQuery C# (CSharp) Method

StartAlphaQuery() public method

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

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