vtk

Crates.iovtk
lib.rsvtk
version0.1.1
sourcesrc
created_at2023-11-19 02:55:11.697324
updated_at2023-11-19 15:36:43.901986
descriptionExperimental Vulkan Toolkit
homepage
repositoryhttps://github.com/fornwall/vtk
max_upload_size
id1040882
size360,919
Fredrik Fornwall (fornwall)

documentation

README

vtk - Vulkan Toolkit

A toy library to use Vulkan in Rust.

Using sanitizer

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

Vulkan layer discovery logging

See https://vulkan.org/user/pages/09.events/vulkanised-2023/vulkanised_2023_enhanced_debugging_with_the_vulkan_loader_.pdf - VK_LOADER_DEBUG=all.

Commit count: 75

cargo fmt