add an optional aligned new operator and use it with the d3d11 subsystem to prevent SIMD crashes

This commit is contained in:
jp9000
2013-10-01 00:27:14 -07:00
parent f255ae1922
commit 4e6affdfc3
3 changed files with 61 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
#pragma once
#include "util/AlignedNew.hpp"
#include <vector>
#include <string>