Files
Seele/src/Engine/Graphics/RayTracing.cpp
T

11 lines
182 B
C++
Raw Normal View History

2024-06-09 10:44:24 +02:00
#include "RayTracing.h"
using namespace Seele::Gfx;
2024-06-09 12:20:04 +02:00
BottomLevelAS::BottomLevelAS() {}
2024-06-09 10:44:24 +02:00
2024-06-09 12:20:04 +02:00
BottomLevelAS::~BottomLevelAS() {}
2024-06-09 10:44:24 +02:00
2024-06-09 12:20:04 +02:00
TopLevelAS::TopLevelAS() {}
2024-06-09 10:44:24 +02:00
2024-06-09 12:20:04 +02:00
TopLevelAS::~TopLevelAS() {}