rprRegisterPlugin

Registers rendering plug-in.

rpr_int rprRegisterPlugin(

rpr_char const * path);

Parameters

Parameter

Description

path

Path of plug-in to load. For UNICODE, supports UTF-8 encoding.

Notes

This should be called before, and pluginID’s used in rprCreateContext().

Return

Unique identifier of the plug-in, or -1 otherwise.