Exemplo 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
        }
Exemplo n.º 2
0
 internal void EndDxAnnotationBlock()
 {
     m_annotations.EndEvent();
 }
Exemplo n.º 3
0
 public void EndEvent()
 {
     m_annotation.EndEvent();
 }