CalculateSubResourceIndex Method (Resource)
In This Topic
Calculates the sub resource index for a particular mipSlice and arraySlice.
Syntax
'Declaration
Public Overridable Function CalculateSubResourceIndex( _
ByVal As Integer, _
ByVal As Integer, _
ByRef As Integer _
) As Integer
public virtual int CalculateSubResourceIndex(
int ,
int ,
out int
)
Parameters
- 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
Return Value
The resulting miplevel calulated for this instance with this mipSlice and arraySlice.
See Also