CSharpGL.Query.EndQuery C# (CSharp) Method

EndQuery() public method

Een query.
public EndQuery ( QueryTarget target ) : void
target QueryTarget Specifies the target type of query object to be concluded.s
return void
        public void EndQuery(QueryTarget target)
        {
            glEndQuery((uint)target);
        }

Same methods

Query::EndQuery ( uint target ) : void