Vulkano test
Find a file
Florian RICHER a293b962f7
use RefCell instead of RwLock
- Gui and VulkanoWindows is not thread safe
- It's more adapted with association with Rc
2025-05-31 12:40:19 +02:00
.github/workflows Try fix github action #5 2024-11-27 22:47:31 +01:00
.idea Rename project 2024-12-08 15:36:54 +01:00
.vscode vscode: Organize imports 2024-12-11 21:08:28 +01:00
docs docs: Add opengl/vulkan diff 2025-05-29 16:08:41 +02:00
res Add instances support 2025-05-29 17:13:01 +02:00
src use RefCell instead of RwLock 2025-05-31 12:40:19 +02:00
.envrc Fix NixOS not running 2025-01-08 23:12:09 +01:00
.gitignore Continue vulkan c++ tutorial 2024-11-17 20:19:34 +01:00
Cargo.lock Move to tracing with tracy support 2025-05-30 23:27:03 +02:00
Cargo.toml Move to tracing with tracy support 2025-05-30 23:27:03 +02:00
default.nix first commit 2024-11-06 13:21:23 +01:00
flake.lock Update all dependencies 2025-05-16 13:47:24 +02:00
flake.nix Move to tracing with tracy support 2025-05-30 23:27:03 +02:00
README.md docs: Add opengl/vulkan diff 2025-05-29 16:08:41 +02:00
rust-toolchain.toml Update all dependencies 2025-05-16 13:47:24 +02:00
shell.nix first commit 2024-11-06 13:21:23 +01:00

Project

Notes

  1. Run renderdoc on wayland:
WAYLAND_DISPLAY= QT_QPA_PLATFORM=xcb qrenderdoc

Not supported yet https://github.com/baldurk/renderdoc/issues/853

  1. Difference Between OpenGL and Vulkan