This document is archived and information here might be outdated. Recommended version. |
Estimated buffer size of compress/uncompress texture data.
[Visual Basic .NET]
Public Function get_BufferSize ( _
ByVal Size As Integer _
) As Integer
[C#]
public int get_BufferSize (
int Size
);
[C++]
HRESULT get_BufferSize(
long Size,
System.Int32* pSize
);
[C++] Parameters Size [in]
Size is a parameter of type long pSize [out, retval]
pSize is a parameter of type long*