-
-
### Version
0.46
### On which OS did this happen?
Linux
### Reproduction Steps
Read in CVA6 via the [yosys-slang](https://github.com/povik/yosys-slang) plugin and try to write it out again into a…
-
Hi thanks for this wonderful package! I would appreciate it if i18n could be supported. For example, for https://github.com/Tienisto/slang:
```
String get myObject {
switch (LocaleSettings.…
-
It is a WebGPU limitation that mappable buffers can't have any other usages. (The spec mentions this clearly.)
Currently in Slang-RHI, if a buffer with `MemoryType::Upload` is created then this con…
-
### Use Cases
A user requests that we add a 'hold to add' to optional to the personal dictionary, because it's easier than going into settings each time you use a word, or slang (e.g. "yall" instead …
-
So I have this simple interface and the following simple shader:
```csharp
// emitter.slang
public interface IEmitter {
[Differentiable] vector illuminate(vector, vector);
[Differentiab…
-
From @venkataram-nv
I found another case where slang crashes with varLayout:
**file: buffers.slang**
```
module buffers;
public cbuffer SceneConstants
{
public float far_plane_distan…
-
Failing tests:
- `tests/language-feature/constants/static-const-in-generic-interface.slang`
Example output:
WGPU error: Error while parsing WGSL: :8:24 error: functions cannot b…
-
The following code sample results in this error:
`(0): error 99999: Slang compilation aborted due to an exception of N5Slang13InternalErrorE: assert failure: Unhandled instruction
`
slang shader:
…
-
This will involve cross building it from aarch64 osx to x86_64 and the reverse on windows. LLVM cross builds without issues so I don't think this should be a major problem, and the rest of slang cross…