More Ray tracing changes
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "RayTracing.h"
|
||||
|
||||
using namespace Seele::Gfx;
|
||||
|
||||
BottomLevelAS::BottomLevelAS()
|
||||
{}
|
||||
|
||||
BottomLevelAS::~BottomLevelAS()
|
||||
{}
|
||||
|
||||
TopLevelAS::TopLevelAS()
|
||||
{}
|
||||
|
||||
TopLevelAS::~TopLevelAS()
|
||||
{}
|
||||
Reference in New Issue
Block a user