procedural-3d-engine/examples/computeraytracing
ShoufengYang f4197f93b4
Fixed the first frame render error.
The compute commands should be submit before the graphic command. If not, there is a logical error that cause the first frame render error.  Since the graphic rendering need to sample the compute shader 's output image.
2021-08-03 23:22:48 +08:00
..
computeraytracing.cpp Fixed the first frame render error. 2021-08-03 23:22:48 +08:00