CalculateSubResourceIndex Method (Texture3D)
In This Topic
Calculates the sub resource index for a particular mipSlice and arraySlice.
Syntax
'Declaration
Public Overrides Function CalculateSubResourceIndex( _
ByVal As Integer, _
ByVal As Integer, _
ByRef As Integer _
) As Integer
public override int CalculateSubResourceIndex(
int ,
int ,
out int
)
Parameters
- mipSlice
- arraySlice
- mipSize
See Also