This topic has not yet been rated - Rate this topic

OcclusionQuery.IsComplete Property

Gets a value that indicates if the occlusion query has completed.

Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)

public bool IsComplete { get; }

Property Value

true if the query completed; otherwise false.

If predicated tiling has been triggered for an Xbox 360 game, calls to IsComplete from within the tiling bracket always fail. Access this data by switching to a different render target or end the frame. This condition does not apply to games targeting the Windows platform.

Xbox 360, Windows 7, Windows Vista, Windows XP
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.