libsdl-org / SDL_shadercross

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

Always declare the whole API #28

Closed thatcosmonaut closed 2 days ago

thatcosmonaut commented 2 weeks ago

Because we now have the symbol list we should probably change the header to always declare the whole API, and return errors when the compiled library doesn't enable the appropriate backend(s). That can be done in a later commit though, this is fine for now.

thatcosmonaut commented 2 days ago

This has been resolved.