index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
language-feature
/
enums
Age
Commit message (
Expand
)
Author
2024-10-20
Properly check switch case. (#5341)
Yong He
2024-10-15
Enable WebGPU tests in CI (#5239)
Anders Leino
2024-08-01
Allow a enum case to reference a previously defined value. (#4768)
Yong He
2024-07-25
Allow implicitly casting enum types to bool. (#4739)
Yong He
2024-06-12
Add compiler option to treat enum types as unscoped. (#4354)
Yong He
2024-06-10
enable more metal tests (#4326)
skallweitNV
2024-06-07
Metal compute tests (#4292)
skallweitNV
2024-04-16
Fix for unscoped enums circular reference causing an error, #3959 (#3962)
ArielG-NV
2024-04-02
Allow enum values to be used as generic arguments. (#3874)
Yong He
2024-04-01
Allow bit operators on enum types. (#3862)
Yong He
2024-03-14
Support unscoped enums. (#3771)
Yong He
2023-11-01
Add mnemonic parsing for `intrinsic_type` modifier. (#3306)
Yong He
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2021-05-26
Fix a bug for enumerations with explicit "tag type" (#1856)
T. Foley
2021-01-15
Convert more tests to use shader objects (#1659)
Tim Foley
2020-08-14
Fix an issue with explicit enum tag types (#1495)
Tim Foley
2020-08-11
Improvements to Casting (#1483)
jsmall-nvidia
2020-06-17
Add != operator for enum types (#1394)
Tim Foley