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