ikskuh / SDL.zig

A shallow wrapper around SDL that provides object API and error handling
MIT License
348 stars 75 forks source link

Primitive Vulkan wrapper functions #152

Closed tecanec closed 8 months ago

tecanec commented 8 months ago

I needed Vulkan wrappers, so I added them. I also added a wrapper for SDL_GetWindowID and changed a few bindings to make them more accurate.

tecanec commented 8 months ago

Just realized that #18 already exists. It hasn't been touched for years, though.