thatcosmonaut / SDL

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

Remove support for border colors #50

Closed TheSpydog closed 1 week ago

TheSpydog commented 1 week ago

Vulkan requires that the border color of a sampler match the format (int vs. float) of the texture it will be used with. This is an annoying limitation for an already-niche feature, so let's just cut the feature entirely.