-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
bugSomething isn't workingSomething isn't working
Description
void RenderingPipeline::run(RenderingPipeline *pipe, SampleConfig &config)
{
pipe->updatePipelineRequirementFlags();
RtSample::run(config, std::unique_ptr<Renderer>(pipe)); // HERE IS ERROR
}
Unhandled exception at 0x00007FFBB3DDEB7E (dxgi.dll) in DXR-RayTracingInOneWeekend.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
Windows 10 1809 / 1803
Nvidia 2070
Windows SDK 10.0.16299.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working