Axiom.Graphics.HardwareOcclusionQuery.PullResults C# (CSharp) Method

PullResults() public abstract method

Pulls the hardware occlusion query.
Waits until the query result is available; use IsStillOutstanding if just want to test if the result is available.
public abstract PullResults ( ) : int
return int
		public abstract int PullResults();