Dolkar
Dolkar
All of the functions that operate on files, such as `mpack_reader_init_filename` store the file handle in the custom context. This means that the context can't be set by the user...
This issue manifests when trying to define arrays where the length is a component of a constant variable or expression, which fails to compile with the error "variable length arrays...
Hi, this issue is quite recent, it started appearing when I updated Slang from 2025.4 to 2025.9.2. ```slang interface IFoo { void test(); }; struct Foo : IFoo { void...
**Description** See title. This is necessary to support manual indexing through pointer arithmetic when the stored type itself contains a vk::BufferPointer. I don't think there should be any problems with...
See #7894 for context. Note that this is a backwards incompatible change and may break code that relies on the current odd behavior of `-fvk-use-scalar-layout`. It also fixes a case...
**Description** Currently these two casting functions for buffer pointers don't seem to cast at all - they behave as if their return type is the same as the input type:...
**Description** With `-fvk-use-scalar-layout` we can get a C-like structure layout, enabling easy code sharing between device and host. But the reality is that it only *almost* works, leading to hard-to-debug...