~vladh/glad

Add missing return statement
Update to work with latest Hare stdlib and Jinja

Changes include mostly:
 - *void -> *opaque
 - char -> types::c::char
 - jinja::contextfilter -> jinja::pass_context
 - avoid duplicate values (due to aliases) in switch statements

Disclaimer: I have no idea what I am doing :) but I did get the
vulkan-hello-world example to work and also the starfield GL example.
a505e1d1 — Vlad-Stefan Harbuz 2 years ago
update requirements.txt due to https://github.com/mkdocs/mkdocs/issues/2799
hare: fix gl callback types
06d04fcc — Vlad-Stefan Harbuz 2 years ago
hare: add some vulkan types and the protection function
7e47ce6b — Christopher W. Nicholson 2 years ago
hare: add vulkan definition generation support
c4af5df3 — Vlad-Stefan Harbuz 3 years ago
remove prefix from constants
5c4c5d96 — Vlad-Stefan Harbuz 3 years ago
move cstr conversion to get_proc_address() functions, halving code size
7d4cccf1 — Bor Grošelj Simić 3 years ago
use *const char instead *const u8 for C strings
603f613c — Bor Grošelj Simić 3 years ago
use string literals with explicit \0 as C strings
1f2f552f — Vlad-Stefan Harbuz 3 years ago
add more types
f6c81b41 — Vlad-Stefan Harbuz 3 years ago
make sure len parameter is renamed
f6ad9b7b — Vlad-Stefan Harbuz 3 years ago
update hare directory structure
5f896a23 — Vlad-Stefan Harbuz 3 years ago
delete other type files
0e53fd19 — Vlad-Stefan Harbuz 3 years ago
add support for user-supplied loaders
d640636a — Vlad-Stefan Harbuz 3 years ago
change glx to egl
dc4ed4fd — Vlad-Stefan Harbuz 3 years ago
add functional hare bindings
2696fded — Vlad-Stefan Harbuz 3 years ago
fix some gl types and add loader sketch
a64c001b — Vlad-Stefan Harbuz 3 years ago
add hare generator sketch
5dd44f1f — Sarah Evans 1 year, 10 days ago
example: defines GLAD_GL_IMPLEMENTATION in GLFW example (#464)

Next
Do not follow this link