Axiom.RenderSystems.Xna.XnaHardwareOcclusionQuery.End C# (CSharp) Méthode

End() public méthode

Ends the hardware occlusion test
public End ( ) : void
Résultat void
		public override void End()
		{
			// proceed if supported, or silently fail otherwise
			if ( device.GraphicsProfile == XFG.GraphicsProfile.HiDef )
			{
				oQuery.End();
			}
		}