thatcosmonaut / SDL

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

Remove depth bounds test #49

Closed TheSpydog closed 1 week ago

TheSpydog commented 1 week ago

For the next batch of ABI breaks.

D3D11 and Metal don't support depth bounds tests at all, and Vulkan only supports them if the depthBounds feature is enabled (which we weren't using).