thatcosmonaut / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
1 stars 2 forks source link

Shader resource API revision #5

Closed thatcosmonaut closed 2 months ago

thatcosmonaut commented 2 months ago

This is a revised API and Vulkan/D3D11 implementation for shader resource binding. I have removed the named slot based API in favor of a more modern resource layout description.

This also includes support for read/write storage buffers and textures.