More ray tracing changes

This commit is contained in:
Dynamitos
2024-06-18 09:48:00 +02:00
parent 7cdbb19331
commit cff14981ff
12 changed files with 109 additions and 3 deletions
+7
View File
@@ -71,6 +71,13 @@ class MissShader {
};
DEFINE_REF(MissShader)
class IntersectionShader {
public:
IntersectionShader() {}
virtual ~IntersectionShader() {}
};
DEFINE_REF(IntersectionShader)
class CallableShader {
public:
CallableShader() {}