Skip to content

Commit

Permalink
Fixed the "unreferenced formal parameter" warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
apanteleev committed Oct 9, 2021
1 parent 009eb9b commit 8588601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d3d11/d3d11-commandlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ namespace nvrhi::d3d11
utils::NotSupported();
}

void CommandList::buildTopLevelAccelStructFromBuffer(rt::IAccelStruct* as, nvrhi::IBuffer* instanceBuffer, uint64_t instanceBufferOffset, size_t numInstances, rt::AccelStructBuildFlags buildFlags)
void CommandList::buildTopLevelAccelStructFromBuffer(rt::IAccelStruct*, nvrhi::IBuffer*, uint64_t, size_t, rt::AccelStructBuildFlags)
{
utils::NotSupported();
}
Expand Down

0 comments on commit 8588601

Please sign in to comment.