Axiom.RenderSystems.DirectX9.D3DHardwareOcclusionQuery.End C# (CSharp) Метод

End() публичный Метод

Ends the hardware occlusion test
public End ( ) : void
Результат void
		public override void End()
		{
			// proceed if supported, or silently fail otherwise
			if ( isSupported )
			{
				query.Issue( D3D.Issue.End );
			}
		}