Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Fix documentation of python bindings - #116

Open
lplatz-gh wants to merge 1 commit into
mitsuba-renderer:masterfrom
lplatz-gh:fix_docs_python_bindings
Open

Fix documentation of python bindings#116
lplatz-gh wants to merge 1 commit into
mitsuba-renderer:masterfrom
lplatz-gh:fix_docs_python_bindings

Conversation

@lplatz-gh

Copy link
Copy Markdown

The documentation on the python bindings was deprecated:

  • enoki requires a C++17 capable compiler to build. The given
    CMakeLists.txt file only tested for C++14 compatibility
  • the vectorize_wrapper function was moved to the dynamic.h
    header file in 7b56693, so this header has to be imported
    by the example, too.

The documentation on the python bindings was deprecated:

- enoki requires a C++17 capable compiler to build. The given
  CMakeLists.txt file only tested for C++14 compatibility
- the `vectorize_wrapper` function was moved to the `dynamic.h`
  header file in 7b56693, so this header has to be imported
  by the example, too.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant