NVIDIA OptiX 7.7 nvidia_logo_transpbg.gif Up
OptixProgramGroupSingleModule Struct Reference

#include <optix_types.h>

Public Attributes

OptixModule module
 
const char * entryFunctionName
 

Detailed Description

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.

See also
OptixProgramGroupDesc::raygen, OptixProgramGroupDesc::miss, OptixProgramGroupDesc::exception

Member Data Documentation

 entryFunctionName

const char* OptixProgramGroupSingleModule::entryFunctionName

Entry function name of the single program.

 module

OptixModule OptixProgramGroupSingleModule::module

Module holding single program.