Closed pratyush48 closed 1 year ago
0.callparams
file.The traces you provided work. I changed the resolution after dumping and the time it took to render was significantly less. Can you suggest to me which font I need to download in order to run Vulkansamples? For RayTracingVulkan when I removed the --fullscreen argument it still gave the same error, is there anything else I am missing?
In the image you provided I can see there's an error with not finding a font in the assets/fonts folder.
Also note that you should execute Vulkan-Samples from the parent Vulkan-Samples
folder and not the folder that contains the binary file.
./build/linux/app/bin/Debug/x86_64/vulkan_samples sample raytracing_extended
For RayTracingInVulkan I can see an error with not finding the compute queue. Are you using our version of RayTracingInVulkan? We removed the compute queue from the original version since it wasn't being used.
I am getting these errors. Kindly let me know how I can solve these errors.