GettingStartedWithRTXRayTracing icon indicating copy to clipboard operation
GettingStartedWithRTXRayTracing copied to clipboard

Getting Started with RTX Ray Tracing

Results 9 GettingStartedWithRTXRayTracing issues
Sort by recently updated
recently updated
newest added

``` void RenderingPipeline::run(RenderingPipeline *pipe, SampleConfig &config) { pipe->updatePipelineRequirementFlags(); RtSample::run(config, std::unique_ptr(pipe)); // HERE IS ERROR } ``` Unhandled exception at 0x00007FFBB3DDEB7E (dxgi.dll) in DXR-RayTracingInOneWeekend.exe: 0xC0000005: Access violation reading location 0x0000000000000000. Windows...

bug

You may encounter the problem of "Cannot find Falcor.lib" during the process of generating the solution. This is because when compiling the Falcor project, there will be an error: "C1189...

The GGX GI demo works, but every frame you get a popup saying: "Error when setting variable at offset 16. Type mismatch. Expecting Uint but the user provided a Int"...

because of that it's not possible to compile or start the DXR-RayTracingInOneWeekend and DXR-Sphereflake sample as the source had not been updated ...

This particular method of generating a perpendicular vector doesn't return a unit vector in most cases, so the following line (as well as line 137) should normalize() the result, otherwise...

Can we use this software on Linux machines

![image](https://user-images.githubusercontent.com/25210636/68982023-67d92780-07d3-11ea-8850-d8fb85da32c2.png) Hi, The tutorial is awesome, but when I built the project, some C2220 errors happened and I can't build successfully. Finally, I figure out that I use simplified Chinese...

I managed to compile the solution on VS 2022 but on running, it seems a dependency is missing, namely VCOMP120.dll. Anyone know where I can get this file? Which MS...