qzdoom/wadsrc
Christoph Oelckers 1294f3df64 - replaced the procedural backdrop texture with some warped noise texture.
This was done because the backdrop as implemented was the only texture in the entire game that had to be deleted and recreated each frame.
However, with Vulkan this would have necessitated quite a bit of synchronization with the render pipeline which wasn't really feasible just for this one single texture.
Now the texture manager can assume that once a texture was created it will be immutable and never has to change.
2018-07-15 00:00:00 +02:00
..
static - replaced the procedural backdrop texture with some warped noise texture. 2018-07-15 00:00:00 +02:00
CMakeLists.txt - missed one qzdoom reference 2017-07-20 06:45:08 -04:00