'宣言 Public Overridable Function CalculateSubResourceIndex( _ ByVal mipSlice As System.Integer, _ ByVal arraySlice As System.Integer, _ ByRef mipSize As System.Integer _ ) As System.Integer
public virtual System.int CalculateSubResourceIndex( System.int mipSlice, System.int arraySlice, out System.int mipSize )
パラメータ
- mipSlice
 - The mip slice.
 - arraySlice
 - The array slice.
 - mipSize
 - The size of slice. This values is resource dependent. Texture1D -> mipSize of the Width. Texture2D -> mipSize of the Height. Texture3D -> mipsize of the Depth
 
戻り値の型
The resulting miplevel calulated for this instance with this mipSlice and arraySlice.