https://github.com/shader-slang/slang
Revision 4a247244715e35872ab2359e9bc7cd55b5ea27d4 authored by Sai Praveen Bangaru on 10 July 2024, 17:53:35 UTC, committed by GitHub on 10 July 2024, 17:53:35 UTC
* Add diagnostic for missing diff-member associations

+ Automatically create diff member associations if differential type is the same as the primal type.
+ Move diff-member attribute checking to conformance-checking phase to avoid circularity issues.

Fixes #4103

* Update slang-check-decl.cpp

---------

Co-authored-by: Yong He <yonghe@outlook.com>
1 parent 8ed0f49
History
Tip revision: 4a247244715e35872ab2359e9bc7cd55b5ea27d4 authored by Sai Praveen Bangaru on 10 July 2024, 17:53:35 UTC
Various fixes around differentiable member associations `[DerivativeMember(<diff-member>)]` (#4525)
Tip revision: 4a24724
File Mode Size
.github
cmake
docs
examples
external
extras
prelude
source
tests
tools
.editorconfig -rw-r--r-- 984 bytes
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 1.6 KB
.gitmodules -rw-r--r-- 1.3 KB
.mailmap -rw-r--r-- 84 bytes
CMakeLists.txt -rw-r--r-- 23.9 KB
CMakePresets.json -rw-r--r-- 3.9 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
CONTRIBUTION.md -rw-r--r-- 10.2 KB
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 8.5 KB
github_build.sh -rw-r--r-- 1.6 KB
github_macos_build.sh -rw-r--r-- 1.3 KB
slang-com-helper.h -rw-r--r-- 4.9 KB
slang-com-ptr.h -rw-r--r-- 5.0 KB
slang-gfx.h -rw-r--r-- 88.8 KB
slang-tag-version.h -rw-r--r-- 36 bytes
slang.h -rw-r--r-- 211.5 KB

README.md

back to top