diff --git a/manual/tracy.tex b/manual/tracy.tex index aa8b0d08..f010a81d 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -1375,7 +1375,7 @@ In order to maintain synchronization between CPU and GPU time domains, you will To enable calibrated context, replace the macro \texttt{TracyVkContext} with \texttt{TracyVkContextCalibrated} and pass the two functions as additional parameters, in the order specified above. -\subsubsection{Direct3D11} +\subsubsection{Direct3D 11} To enable Direct3D 11 support, include the \texttt{tracy/TracyD3D11.hpp} header file, and create a \texttt{TracyD3D11Ctx} object with the \texttt{TracyD3D11Context(device, devicecontext)} macro. The object should later be cleaned up with the \texttt{TracyD3D11Destroy} macro. Tracy does not support D3D11 command lists. To set a custom name for the context, use the \texttt{TracyGpuContextName(name, size)} macro.