Calculates the resulting size at a single level for an original size.
シンタックス
'宣言
Public Shared Function CalculateMipSize( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Integer
public static System.int CalculateMipSize(
System.int ,
System.int
)
パラメータ
- mipLevel
- The mip level to get the size.
- baseSize
- Size of the base.
戻り値の型
Size of the mipLevel
参照