In This Topic
Calculates the resulting size at a single level for an original size.
Syntax
'Declaration
Public Shared Function CalculateMipSize( _
ByVal As Integer, _
ByVal As Integer _
) As Integer
public static int CalculateMipSize(
int ,
int
)
Parameters
- mipLevel
- The mip level to get the size.
- baseSize
- Size of the base.
Return Value
Size of the mipLevel
See Also