C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct3D11 Namespace / Texture1D Class / CalculateSubResourceIndex Method

In This Topic
CalculateSubResourceIndex Method (Texture1D)
In This Topic
Calculates the sub resource index for a particular mipSlice and arraySlice.
Syntax
'Declaration
 
Public Overrides Function CalculateSubResourceIndex( _
   ByVal mipSlice As System.Integer, _
   ByVal arraySlice As System.Integer, _
   ByRef mipSize As System.Integer _
) As System.Integer
 

Parameters

mipSlice
arraySlice
mipSize
See Also