- moved most basic utility code without any dependencies on the rest of the engine to 'common' directory.
Again the objective is easier sharing with Raze.
This commit is contained in:
parent
ace3e29473
commit
fb1a7679ec
28 changed files with 293 additions and 227 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "hwrenderer/data/buffers.h"
|
||||
#include "vk_objects.h"
|
||||
#include "utility/tarray.h"
|
||||
#include "tarray.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// silence bogus warning C4250: 'VKVertexBuffer': inherits 'VKBuffer::VKBuffer::SetData' via dominance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue