https://github.com/shader-slang/slang
Revision ab04bd0dd7dd6a818bbac8c5fef9372c4f597352 authored by Sai Praveen Bangaru on 23 September 2023, 16:11:45 UTC, committed by GitHub on 23 September 2023, 16:11:45 UTC
* Update user-guide with new slangpy features

* More polishing of new slangpy docs

* Update a1-02-slangpy.md

* Only require contiguity for vector element types

* Added `loadOnce/storeOnce` and subscript operations

* Added docs, `DiffTensorView.dims()`  &  `DiffTensorView.stride(uint)`

* Add constructors, remove storeOnce/loadOnce test

* Adjusted intrinsic definitions
1 parent 263f807
Raw File
Tip revision: ab04bd0dd7dd6a818bbac8c5fef9372c4f597352 authored by Sai Praveen Bangaru on 23 September 2023, 16:11:45 UTC
More `slangpy` features + polishing (#3233)
Tip revision: ab04bd0
premake.bat
@echo off
set ROOT=%~dp0
"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha16\bin\windows-x64\premake5.exe" %*
back to top