Function gpa::playback::GetMipExtent
Defined in File texture-info.h
Function Documentation
-
api_types::Extent3D gpa::playback::GetMipExtent(TextureInfo const &textureInfo, uint32_t mipLevel)
Gets an Extent3D object that represents the width, height, and depth of a specified mip level within a given TextureInfo.
- Parameters
textureInfo -- [in] The TextureInfo to get the mip level metadata from
mipLevel -- [in] The mip level to get the Extent3D object from
- Returns
An Extent 3D objects representing the width, height, and depth of the specified mip level