RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
546 stars 31 forks source link

Replace SDL_GetGPUDriver with SDL_GetGPUShaderFormats and SDL_GPUVertexBinding with SDL_GPUVertexBufferDescription #223

Closed theopechli closed 2 months ago

theopechli commented 2 months ago

Relevant SDL commits:

https://github.com/libsdl-org/SDL/commit/a45a2caf4930274b012d4b3c0fa22cd66285f173 https://github.com/libsdl-org/SDL/commit/96e147b2b9528d26a5095fb405e259bbb6484173

If you want me to reword the commit message let me know, I know it's ugly.

RandyGaul commented 2 months ago

Looks good, thank you!