~CAdditionalVertexStreamManager: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<pageclass subcaption="C++ Destructor"></pageclass> This is a C++ Destructor found inside of CAdditionalVertexStreamManager. It converts size of PT stream to sizeof of N...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
This is a C++ Destructor found inside of [[CAdditionalVertexStreamManager]]. | This is a C++ Destructor found inside of [[CAdditionalVertexStreamManager]]. | ||
It can be found in '''Client/Client Core/Sources/CAdditionalVertexStreamManager.cpp''' in Visual Studio. | It can be found in '''Client/Client Core/Sources/CAdditionalVertexStreamManager.cpp''' in Visual Studio. | ||
==Code== | |||
<syntaxhighlight lang="c++"> | |||
CAdditionalVertexStreamManager::~CAdditionalVertexStreamManager ( void ) | |||
{ | |||
} | |||
</syntaxhighlight> | |||
==See Also== | |||
*[[CAdditionalVertexStreamManager]] |
Latest revision as of 16:40, 14 May 2017
This is a C++ Destructor found inside of CAdditionalVertexStreamManager.
It can be found in Client/Client Core/Sources/CAdditionalVertexStreamManager.cpp in Visual Studio.
Code
CAdditionalVertexStreamManager::~CAdditionalVertexStreamManager ( void ) { }