#include <optix_types.h>
Public Attributes | |
OptixModule | module |
const char * | entryFunctionName |
Program group representing a single module.
Used for raygen, miss, and exception programs. In case of raygen and exception programs, module and entry function name need to be valid. For miss programs, module and entry function name might both be nullptr
.
const char* OptixProgramGroupSingleModule::entryFunctionName |
Entry function name of the single program.
OptixModule OptixProgramGroupSingleModule::module |
Module holding single program.