Crates.io | vtk |
lib.rs | vtk |
version | 0.1.1 |
source | src |
created_at | 2023-11-19 02:55:11.697324 |
updated_at | 2023-11-19 15:36:43.901986 |
description | Experimental Vulkan Toolkit |
homepage | |
repository | https://github.com/fornwall/vtk |
max_upload_size | |
id | 1040882 |
size | 360,919 |
A toy library to use Vulkan in Rust.
To debug memory issues in the C code - run (see The Rust Unstable Book: sanitizer):
RUSTFLAGS=-Zsanitizer=address cargo +nightly run -Zbuild-std --target aarch64-apple-darwin
See https://vulkan.org/user/pages/09.events/vulkanised-2023/vulkanised_2023_enhanced_debugging_with_the_vulkan_loader_.pdf - VK_LOADER_DEBUG=all
.