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