1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-30 20:53:52 +00:00

Update manual.

This commit is contained in:
Bartosz Taudul 2021-01-15 22:10:40 +01:00
parent ca41db7b75
commit 538352d5a8

View File

@ -1403,6 +1403,10 @@ To solve this problem, in case of OpenGL use the \texttt{TracyGpuNamedZone} macr
Remember that you need to provide your own name for the created stack variable as the first parameter to the macros. Remember that you need to provide your own name for the created stack variable as the first parameter to the macros.
\subsubsection{Transient GPU zones}
Transient zones (see section~\ref{transientzones} for details) are available in OpenGL and Vulkan macros.
\subsection{Collecting call stacks} \subsection{Collecting call stacks}
\label{collectingcallstacks} \label{collectingcallstacks}