Releases: shader-slang/slangpy
Releases · shader-slang/slangpy
v0.19.5
v0.19.3: Custom types v2 (#48)
* Support auto-creation of textures as output * Update resourceview * Fix up all custom types so they function correctly in terms of dimensions * Start improving the custom types * Rock solid not dimension locked thread id arg! * Improved all custom types + make them not locked to dimensions * Add grid to main namespace * Fix call dimensionality check * Fix texture tests * Update SlangPy->0.19.3, SGL->0.12.4 --------- Co-authored-by: Benedikt Bitterli <[email protected]>
v0.19.2: Improve errors (#47)
* Work on improving error information * Better runtime error handling + highlighted parameter * Add version number fixup * Update SlangPy->0.19.2, SGL->0.12.3 * Fix incorrect exceptions
v0.12.0
Version 0.12.0 (#7) * Update SGL version + enable tests * Inc version numbers * Enable tensor tests on linux * Add linux to github ci * Disable native tests until I fix them up