A set of parameters that is passed to the SDK to create the context.
Data Fields | |
const char8_t * | dataPath |
Path where all DriveWorks related data required during runtime are stored. More... | |
bool | skipCudaInit |
if true will skip CUDA initialization in the context More... | |
bool | enablePVA |
if true, PVA platform will be enabled. More... | |
bool | enableCudaTaskGraph |
if true, Cuda task-graph will be used where possible. More... | |
bool | useVirtualTime |
if true, the context's time source will be a virtual clock. More... | |
const char8_t* dwContextParameters::dataPath |
bool dwContextParameters::enableCudaTaskGraph |
bool dwContextParameters::enablePVA |
bool dwContextParameters::skipCudaInit |
bool dwContextParameters::useVirtualTime |