Aly Cerruti
Aly Cerruti
How do I test whether a pointer should be a single pointer or a multipointer? For example, currently I get an error on `gl.GenBuffers` because it's defined to accept a...
> `type.is_pointer` is actually not a boolean (as you'd expect), it contains the "pointer depth": https://github.com/Dav1dde/glad/blob/glad2/glad/parse.py#L1181 > > `is_array` is similar and contains the array length Yes, I understand that,...
Do the same things [that exist in the Vulkan sepc](https://github.com/Snektron/vulkan-zig#pointer-types) exists in the GL spec?
Live coded with a friend to fix the pointer issues. Also, we've split the generation into subcategories like C does, so that we can have type safety that works better...
Never mind. Seems we're still running into issues with certain kinds of pointers. Not ready for review.
Ok @Sirius902 actually tested the generated code with an existing project this time and it works well. Should be complete for a proper review and ready for merging.
It seems that GLAD is generating files with Windows newlines (CRLF). Zig prefers LF. How can we make GLAD always generate with LF?
I followed what GLAD's C source code looked like and manually crafted https://github.com/s5bug/zglt/blob/master/src/zglt.zig: I'm hoping that something like this is simple enough for GLAD to generate? My naming for a...
Code at [TsundereBug/SpeedrunComApp](https://github.com/TsundereBug/SpeedrunComApp) but it's all in Scala.
[Footage](https://youtu.be/Cic-xBe5ZRM) I have Zr as Roll, s0 as Pitch, s1 as Yaw. Sensitivity in this video is 16.