Release details are described below.
Added new commands to <LibraryConfigNode>. These commands make it easy to find specific folders in the Simdify Data project. For example: you can easily find the Module folder or the Layout folder. You can also easily expand everything under any selected <LibraryConfigNode>.
Fixed a couple of problematic image format issues in the runtime document exporters. Previously, pixel format IPF_I8N, IPF_I8Nx2, IPF_I8Nx4, IPF_I16N, IPF_I16Nx2, and IPF_I16Nx4 could fail to load correctly in the Simdify runtime. This only affected use cases where the exported texture was being used in conjunction with an image sampler such as uniform image2D my_image.
Added a command line flag to capture a screenshot for the Simdify Windows 64-bit Runtime. Use -capturescreenshot. The screenshot uses the same name as the document being loaded into the runtime, but with the .BMP extension.
Performance improvements and modernization in Sampler2D. The cases of binding images and samplers are now clearly separated, and there are some performance improvements related to texture activation. This should also be a lot easier to understand.