From 538352d5a84a6cf1ebd7126f968988a05d59eae3 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 15 Jan 2021 22:10:40 +0100 Subject: [PATCH] Update manual. --- manual/tracy.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manual/tracy.tex b/manual/tracy.tex index 6fe6c963..0e50f146 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -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. +\subsubsection{Transient GPU zones} + +Transient zones (see section~\ref{transientzones} for details) are available in OpenGL and Vulkan macros. + \subsection{Collecting call stacks} \label{collectingcallstacks}