PixEngineTextureSliceIndex structure
Represents the index of a texture slice
Syntax
typedef struct PixEngineTextureSliceIndex { int arrayIndex; int mipmapLevel; int sampleIndex; int zSlice; } PixEngineTextureSliceIndex;
Members
- arrayIndex
-
When the texture is a texture array, the array index of the slice.
- mipmapLevel
-
The mipmap level of the slice.
- sampleIndex
-
The sample index of the slice.
- zSlice
-
The depth (z) of the slice.
Requirements
|
Header |
|
|---|
Community Additions
ADD
Show: