From c668a085306ac81044e1003c51016497f71f6180 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 2 May 2021 02:21:49 +0200 Subject: [PATCH] Missing space. --- manual/tracy.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.