17 lines
367 B
Markdown
17 lines
367 B
Markdown
# Project
|
|
|
|
## Notes
|
|
|
|
1. Run renderdoc on wayland:
|
|
|
|
```console
|
|
WAYLAND_DISPLAY= QT_QPA_PLATFORM=xcb qrenderdoc
|
|
```
|
|
> Not supported yet https://github.com/baldurk/renderdoc/issues/853
|
|
|
|
2. [Difference Between OpenGL and Vulkan](./docs/OPENGL_VULKAN_DIFF.md)
|
|
|
|
## Usefull links
|
|
|
|
- https://vulkan-tutorial.com/fr/Introduction
|
|
- https://github.com/bwasty/vulkan-tutorial-rs
|