hiprtSaveScene
Saves hiprtScene
to a binary file.
hiprtError hiprtSaveScene( |
hiprtContext context, |
hiprtScene inScene, |
|
const char* filename); |
Parameters
Parameter |
Description |
---|---|
context |
HIPRT API context. |
inScene |
Scene to be saved. |
filename |
File name with full path. |
Return
Returns HIPRT error in case of a failure, or hiprtSuccess
otherwise.