mirror of
https://github.com/wolfpld/tracy
synced 2025-04-28 20:23:51 +00:00
Missing space.
This commit is contained in:
parent
23010ee4d0
commit
c668a08530
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user