libsdl-org / SDL_shadercross

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

Fix format string warning, remove unused DXC objects #9

Closed TheSpydog closed 2 months ago

TheSpydog commented 2 months ago

This fixes a clang warning about using %ls instead of %s, and removes a few IDxc* object definitions that were never actually getting used.