Hello,
Say I have two separate files for passing launch parameters to an OptiX 7 program (launchParams0.h and launchParams1.h).
Is it possible to pass both these files to OptiX 7 from HOST side via OptixPipelineCompileOptions struct? I can combine both launch parameter files into one file, but I would just like to know (for future reference) if one could possibly pass both files separately from HOST to a single OptiX program like rayGen.
Thanks for any answer(s).