We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this doc: https://inexor-vulkan-renderer.readthedocs.io/en/latest/development/building.html#linux
we can read at the end, this line of code: ./build/bin/inexor-vulkan-renderer-example
./build/bin/inexor-vulkan-renderer-example
It's wrong. The line needs to be substituted with this: ./build/example/inexor-vulkan-renderer-example
./build/example/inexor-vulkan-renderer-example
The text was updated successfully, but these errors were encountered:
Thank you very much for pointing out this issue. I will clean that up in the next pull request on docs, after rendergraph2 is finished.
Sorry, something went wrong.
Oh by the way: can you build it? Do you havy any trouble with it?
No thanks, I have no issue with building it.
No branches or pull requests
In this doc: https://inexor-vulkan-renderer.readthedocs.io/en/latest/development/building.html#linux
we can read at the end, this line of code:
./build/bin/inexor-vulkan-renderer-example
It's wrong. The line needs to be substituted with this:
./build/example/inexor-vulkan-renderer-example
The text was updated successfully, but these errors were encountered: