-
I'm wondering if there's a way to disable the quick menu?
I've changed the menu button to be the hotkey enable so I don't have to press select every time. This actually works great, and pressing t…
-
In GLSL
`atomicAdd(a.x, b.x);`
is legal code. This ends up getting translated to MSL as
`atomic_fetch_add_explicit((device atomic_float*)&a.x, b.x, memory_order_relaxed);`
However, this results in…
-
Just spotted this when building CompUnit::Util
```
t/02-re-export.t ........... Deprecated use of %*LANG assignment detected in use; module should export syntax using $*LANG.define_slang("H:gramma…
pmqs updated
3 months ago
-
Inspired by #41 , a dictionary of an imaginary rhyming slang that behaves a bit like cockney rhyming slang. The plan is to take the unix dictionary file, find all entries with multi-word rhymes in cmu…
-
![image](https://github.com/user-attachments/assets/3a9408e4-a655-4d60-901e-6a86caffecd6)
![image](https://github.com/user-attachments/assets/c5a59247-efb2-4a7f-acdc-9420e5a69731)
-
-
Hello
After installing slang as specified (on a Mac), rebar compile fails like this:
```
$ rebar compile
==> eslang (compile)
cc -Wall -fPIC -I/usr/local/lib/erlang/erts-6.2/include -I/src -c -o s…
-
The shader below is causing a NULL pointer access when retrieving the field layout at `slang-ir-insts.h::getFieldLayout()`, the element at `index` is null. This may be related to https://github.com/sh…
-
**Motivation**
I migrated from `gen_l10n` to slang, and the generated documentation is better in `gen_l10n` than in `slang`.
Since I am a native Japanese speaker, I need to be able to quickly prev…
-
All capabilities data-structures should be tested for correct functionality with test cases.