We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9062c1 commit 96ff7b6Copy full SHA for 96ff7b6
readme.md
@@ -79,6 +79,11 @@ https://radeon-pro.github.io/RadeonProRenderDocs/sdk/tutorials.html
79
80
You can create a RPR Python binding extension.
81
82
+First, make sure to have all the submodules recursively ( [Nanobind](https://github.com/wjakob/nanobind) is used to create the binding ):
83
+```
84
+git submodule update --init --recursive
85
86
+
87
Build the RPR binding libraries:
88
```
89
> cd python/
0 commit comments