fixed docs

This commit is contained in:
Alexey Spizhevoy 2011-02-03 13:19:56 +00:00
parent ea94b43541
commit 97b0335ef6
2 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ template<typename T> struct PtrStep_
\end{lstlisting}
\cvclass{gpu::PtrElemStrp\_}\
\cvclass{gpu::PtrElemStrp\_}
This is structure is similar to DevMem2D\_ but contains only pointer and row step in elements. Width and height fields are excluded due to performance reasons. This class is can only be constructed if sizeof(T) is a multiple of 256. The structure is for internal use or for users who write own device code.
\begin{lstlisting}

View File

@ -1,4 +1,4 @@
\section {GPU module introduction}
\section{GPU module introduction}
\subsection{General information}