ConvertPTSize
From Multi Theft Auto: Wiki
This C++ namespace function is a helper function for CAdditionalVertexStreamManager.
It converts size of PT stream to sizeof of N stream.
It can be found in Client/Client Core/Sources/CAdditionalVertexStreamManager.cpp in Visual Studio.
Contents
Required Arguments
- SizePT: To be defined.
Returns
Returns an uint representing --.
Code
uint ConvertPTSize ( uint SizePT ) { return SizePT * 12 / 20; }