Simdify 24.11 — 3/24/2024

Release details are described below.

Simdify Platform

Updated <ProgramConstantInfo> data interfaces. The <ProgramConstantInfo>::Size data interface has been change to <ProgramConstantInfo>::Count. This now always refers to a count of something such as an array count. This change was made because it's very misleading to use size when you really mean count. Generally, throughout Simdify Platform, size refers to size in bytes and count refers to a quantity. It's better not to overload these terms or use them interchangeably.

Updated <ProgramConstantInfo> data interfaces. Added a new data interface <ProgramConstantInfo>::BufferSize, which always refers to the size in bytes of a uniform buffer or shader buffer.