Axiom.Graphics.HardwareOcclusionQuery.PullResults C# (CSharp) Méthode

PullResults() public abstract méthode

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
Résultat int
		public abstract int PullResults();