Skip to content

Commit

Permalink
Add file missed in last check-in.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwokcb committed Jun 29, 2023
1 parent 8a11005 commit d7f70c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/PyMaterialX/PyMaterialXRender/PyModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ void bindPyOiioImageLoader(py::module& mod);
void bindPyTinyObjLoader(py::module& mod);
void bindPyCamera(py::module& mod);
void bindPyShaderRenderer(py::module& mod);
void bindPyCgltfLoader(py::module& mod);

PYBIND11_MODULE(PyMaterialXRender, mod)
{
Expand All @@ -36,4 +37,5 @@ PYBIND11_MODULE(PyMaterialXRender, mod)
bindPyTinyObjLoader(mod);
bindPyCamera(mod);
bindPyShaderRenderer(mod);
bindPyCgltfLoader(mod);
}

0 comments on commit d7f70c0

Please sign in to comment.