Skip to content

v1.156

Latest
Compare
Choose a tag to compare
@dzhdanNV dzhdanNV released this 23 Dec 09:29
· 9 commits to main since this release

HIGHLIGHTS:

Better annotations for profiling tools:

  • (Begin/End)Annotation start/end a named range
  • Annotation emit a named simultaneous event
  • nriBeginAnnotation, nriEndAnnotation and nriAnnotation annotate CPU timeline
  • CmdBeginAnnotation, "CmdEndAnnotationandCmdAnnotation` annotate GPU timeline (but most of the tools show them on the CPU timeline too)
  • hooked up PIX Event Runtime

BREAKING CHANGE:

  • nriEvent renamed to nriAnnotation

DETAILS:

  • Core: follow up improvements for v1.155
  • Core: added CmdAnnotation to emit a named simultaneous event on the GPU timeline
  • VK: force color.a = 1 for annotations to match PIX behavior
  • D3D11: clarify that colorization in annotations is not supported
  • D3D12: try to load dynamically WinPixEventRuntime.dll as the only way to colorize annotations