Registry / other / vk-sys

vk-sys

JSON →
library0.7.0rscratesunverified

Bindings for the Vulkan graphics API

# Cargo.toml [dependencies] vk-sys = "0.7.0"
INSTALL
IMPORT
SIG · VK-SYS
V
vk-sys
otherrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VkInstance
use vk_sys::VkInstance;

Creates a null Vulkan instance handle (low-level binding).

use vk_sys::VkInstance; fn main() { let instance: VkInstance = std::ptr::null_mut(); println!("Vulkan instance handle created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
vk-sys — cargo add vk-sys · libregistry