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

StartSimpleQuery() public method

public StartSimpleQuery ( ) : void
return void
        public void StartSimpleQuery()
        {
            //hack
            //            if (!RenderSettings.OcclusionCullingEnabled) return;
            //
            //            if (SimpleQueryID == -1)
            //            {
            //                Compat.GenQueries(out SimpleQueryID);
            //            }
            //            if (SimpleQueryID > 0)
            //            {
            //                Compat.BeginQuery(QueryTarget.SamplesPassed, SimpleQueryID);
            //            }
        }