glad
glad copied to clipboard
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
Currently, everything is declared in `glad.h`. This is a problem for wrapper classes that expose GL types via function parameters/return values as we are forced to either: - Redeclare ourself...
Hey, I'm using GL in a way that's largely agnostic between GL core and GLES, so I'm naturally using the `--merge` option. One thing that surprised me is that, despite...
I'm kind of new to this stuff so some things might sound off. As far as I understand it the multicontext version of glad isn't needed if you're using multiple...
Something unfortunate about the C generator (and probably others) is that the output files are always dumped into a fixed directory tree (`include`, `src` etc.). Unfortunately, this makes it rather...
https://github.com/ofiwg/libfabric/issues/7041#issuecomment-914839351 >We made this change very recently in https://github.com/microsoft/STL/pull/2148 which forbids including standard library headers from C programs. I can't build glad anymore with VS 2022 17.1 and MSVC toolset...
https://github.com/Dav1dde/glad/blob/ea756f7cc5e11dcef3cafdab87d45b3b528c875d/glad/lang/c/loader/gl.py#L195-L200 So this exception only appears using an address sanitizer from what I can see. `strncmp` compares `version` and `prefixes[i]`, and length should be the minimum length between `version` and...
Having a way to filter Types by their parents allows Vulkan generators to load functions by type (similar to volk), and Member's enums can be used to set the array...
Hello, I've done work on extending glad to add a generator for the [Hare programming language](https://harelang.org/). It's currently in relatively good shape, and the OpenGL support in particular is used...
I've been thinking on how I want to deal with language I cannot maintain myself properly (either because of not enough knowledge or simply time). I still want glad to...
Hi, could you please consider adding [SPDX](https://spdx.org) headers to generated files? As you may (or may not) know, a growing number of large open source project is moving towards using...