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 implementation::initialize_kronos;
pub use core::*;
pub use sys::*;
pub use ffi::*;
pub use implementation::*;

Modules§

api
Unified Safe API for Kronos Compute
core
Core Kronos types and structures
ffi
Foreign Function Interface for Kronos
implementation
Actual implementation of Kronos compute APIs
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