hiprtLoadScene

Loads hiprtScene to a binary file.

hiprtError hiprtLoadScene(

hiprtContext context,

hiprtScene* outScene,

const char* filename);

Parameters

Parameter

Description

context

HIPRT API context.

outScene

Scene to be loaded.

filename

File name with full path.

Return

Returns HIPRT error in case of a failure, or hiprtSuccess otherwise.