Added first pass on swap chain. Still needs Render Target View and various stuff.
+ Reformat all files
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
namespace Juliet
|
||||
{
|
||||
// TODO : Create my own Vector class based on https://github.com/niklas-ourmachinery/bitsquid-foundation/blob/master/collection_types.h
|
||||
template <typename T> class Vector : public std::vector<T>
|
||||
template <typename T>
|
||||
class Vector : public std::vector<T>
|
||||
{
|
||||
};
|
||||
} // namespace Juliet
|
||||
|
||||
Reference in New Issue
Block a user