- 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:
parent
40679294df
commit
62b9243142
2 changed files with 25 additions and 8 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue