Skip to content

Releases: shader-slang/slangpy

v0.19.5

06 Feb 13:47

Choose a tag to compare

Couple of docs fixes

v0.19.3: Custom types v2 (#48)

05 Feb 19:39
ac52f87

Choose a tag to compare

* 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)

05 Feb 13:32
903531a

Choose a tag to compare

* 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

17 Jan 18:14
d8dc2bf

Choose a tag to compare

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