MineGame159

Results 8 issues of MineGame159

I am trying to obfuscate minecraft fabric mod, I have excluded my mixins from the process but still if I decompile the mod and look into the mixins priate static...

The GLSL parser does not recognize `gl_DrawID` or `gl_DrawIDARB`

kind: feature
area: front-end
lang: GLSL

As the title says it would be good to add support for the features / extensions WGPU adds on top of WebGPU for example push constants. It looks like only...

By default case sensitivity is disabled and persists between actions as long as the IDE didn't restart (it is stored in a static variable). I wasn't sure how to handle...

- [x] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).

review-needed

[Modrinth](https://modrinth.com) is a platform for sharing mods like CurseForge, has better search features and full api. I think it would be good if CBT was on it.

Code: ```beef using System; namespace Test; class Foo { [AllowAppend] public this() { int* _ = append .[1]*; } } static class Program { public static void Main(String[] args) {...