RayTracer Initial Framework setup

This commit is contained in:
IlyaShurupov 2023-10-15 21:58:52 +03:00
parent 8d990a0132
commit 94d47ba390
741 changed files with 3146 additions and 1 deletions

View file

@ -1,4 +1,6 @@
#pragma once
#include "Buffer.hpp"
#include "Utils.hpp"
@ -109,4 +111,4 @@ namespace tp {
}
}
};
}
}