Expand description
Kronos - A compute-only Vulkan implementation in Rust
This crate provides a streamlined, compute-focused subset of the Vulkan API, removing all graphics functionality to achieve maximum GPU compute performance.
Re-exports§
Modules§
- core
- Core Kronos types and structures
- ffi
- Foreign Function Interface for Kronos
- sys
- System types and handles for Kronos
Constants§
- KRONOS_
API_ VERSION - Kronos API version
- KRONOS_
VERSION_ MAJOR - Version information
- KRONOS_
VERSION_ MINOR - KRONOS_
VERSION_ PATCH
Functions§
- make_
version - Make version number from major, minor, and patch numbers