Crate kronos_compute

Crate kronos_compute 

Source
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§

pub use core::*;
pub use sys::*;
pub use ffi::*;

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