- made some changes to vectors.h so that it can be used without the floating point function replacements.

Using __has_include and providing fallback implementations.
This commit is contained in:
Christoph Oelckers 2023-06-15 23:13:11 +02:00
commit 62b9243142
2 changed files with 25 additions and 8 deletions

View file

@ -35,6 +35,7 @@
#include "hw_viewpointuniforms.h"
#include "v_2ddrawer.h"
#include "i_specialpaths.h"
#include "cmdlib.h"
VkRenderPassManager::VkRenderPassManager(VulkanRenderDevice* fb) : fb(fb)
{