We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6031f6 commit 3ffc698Copy full SHA for 3ffc698
Libraries/D3D12RaytracingFallback/src/FallbackLayer.cpp
@@ -612,7 +612,7 @@ namespace FallbackLayer
612
{
613
ThrowFailure(E_INVALIDARG,
614
L"DispatchRays called without a Descriptor Heap for SRV/UAV/CBV's bound, "
615
- L"the compute-based implementation requires D3D12RaytracingCommandList::SetDescriptorHeaps"
+ L"the compute-based implementation requires D3D12RaytracingCommandList::SetDescriptorHeaps "
616
L"be called with a valid heap. This is required for emulated pointers to properly work"
617
);
618
}
0 commit comments