Skip to content

Commit 8207dff

Browse files
committed
Added TODO
1 parent 90cb5a6 commit 8207dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RadeonRays/src/intersector/intersector_lds.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ namespace RadeonRays
9292
}
9393
else
9494
{
95+
// TODO: implement (gboisse)
9596
assert(device->GetPlatform() == Calc::Platform::kVulkan);
9697
m_gpuData->executable = m_device->CompileExecutable("../RadeonRays/src/kernels/GLSL/bvh2.comp", nullptr, 0, buildopts.c_str());
9798
}
@@ -155,7 +156,6 @@ namespace RadeonRays
155156
// TODO: deal with the instance stuff (gboisse)
156157
m_bvh->Build(shapes.begin(), firstinst);
157158

158-
// TODO: what if we don't want to use fp16? (gboisse)
159159
QBvhTranslator translator;
160160
translator.Process(*m_bvh);
161161

0 commit comments

Comments
 (0)