DxrTutorials
DxrTutorials copied to clipboard
I like these concise word documents explaining the main idea for each tutorial but IMHO the doc for the Tutorial 14 is missing a rather important note on synchronization problem...
14-Shaders.hlsl #113 row TraceRay(gRtScene, 0 /*rayFlags*/, 0xFF, 1 /* ray index*/, 0, 1, ray, shadowPayload); ----------------------------------------------------------------------------------------> TraceRay(gRtScene, 0 /*rayFlags*/, 0xFF, 1 /* ray index*/, 2, 1, ray, shadowPayload); I thine...
it failed to run the commands when a folder had whitespace in it's name
What to do in order to separate the plane instance from those of triangles, making the instance n. 0 reserved only to the plane and the following remaining reserved for...
Running the 13 or 14 .exe files, they give the error "Raytracing is not supported on this device. Make sure your GPU supports DXR (such as Nvidia's Volta or Turing...