- Launch an application through RenderDoc
- It inserts its hooks.
- Then allows for capturing and replaying frames for analisys.
PIX is a performance tuning and debugging tool for Windows and Xbox game developers using DirectX 12.
It allows capturing and analyzing the Direct3D calls that an application or game makes during a given frame.
# Brew
export BREW_HOME="/opt/homebrew"
export PATH="$BREW_HOME/bin:$PATH"
export HOMEBREW_EDITOR="vim"
export PATH="$HOMEBREW_EDITOR/bin:$PATH"
export HOMEBREW_NO_ENV_HINTS=1
