/// <summary> /// Ends profiling. /// </summary> public void EndProfile() { #if SILICONSTUDIO_PLATFORM_WINDOWS_DESKTOP if (nativeDeviceProfiler != null) { nativeDeviceProfiler.EndEvent(); } else { SharpDX.Direct3D.PixHelper.EndEvent(); } #endif }
internal void EndDxAnnotationBlock() { m_annotations.EndEvent(); }
public void EndEvent() { m_annotation.EndEvent(); }