Skip to content

Commit

Permalink
Added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
gboisse committed Jan 19, 2018
1 parent 90cb5a6 commit 8207dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadeonRays/src/intersector/intersector_lds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ namespace RadeonRays
}
else
{
// TODO: implement (gboisse)
assert(device->GetPlatform() == Calc::Platform::kVulkan);
m_gpuData->executable = m_device->CompileExecutable("../RadeonRays/src/kernels/GLSL/bvh2.comp", nullptr, 0, buildopts.c_str());
}
Expand Down Expand Up @@ -155,7 +156,6 @@ namespace RadeonRays
// TODO: deal with the instance stuff (gboisse)
m_bvh->Build(shapes.begin(), firstinst);

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

Expand Down

0 comments on commit 8207dff

Please sign in to comment.