hiprtCreateCustomFuncTable
Creates a custom function table (for custom geometry).
hiprtError hiprtCreateCustomFuncTable( |
hiprtContext context, |
hiprtCustomFuncTable* outFuncTable); |
Parameters
Parameter |
Description |
---|---|
context |
HIPRT API context. |
outFuncTable |
Resulting table. |
Return
Returns HIPRT error in case of a failure, or hiprtSuccess
otherwise.