hiprtLoadGeometry
Loads hiprtGeometry
to a binary file.
hiprtError hiprtLoadGeometry( |
hiprtContext context, |
hiprtGeometry* outGeometry, |
|
const char* filename); |
Parameters
Parameter |
Description |
---|---|
context |
HIPRT API context. |
outGeometry |
Geometry to be loaded. |
filename |
File name with full path. |
Return
Returns HIPRT error in case of a failure, or hiprtSuccess
otherwise.