libsdl-org / SDL_shadercross

Shader translation library for SDL's GPU API.
zlib License
57 stars 18 forks source link

Make create info params const #21

Closed Beyley closed 1 month ago

Beyley commented 1 month ago

We never actually modified the given pointer, so this makes them all const, and makes the functions obey the constness with the various casts.