Simdify 24.32 — 8/18/2024

Release details are described below.

Simdify Platform

Fixed a bug in <ImageTopologyHelper>::GetLayerFaceCount(). This data interface previously called ::GetLayerCount(), which returned the number of array components in an array texture. For example: in a cubemap array that stored two complete cubemaps, this function returned 2. The correct return value for ::GetLayerFaceCount() is 12, since each cubemap contains six layer-faces ( 2 cubemap textures × 6 layer faces per cubemap ).