Docs.rs
cvkg-render-native-0.3.2
cvkg-render-native 0.3.2
Permalink
Docs.rs crate page
MPL-2.0
05 July 2026
Links
Repository
crates.io
Source
Owners
sydonayrex
Dependencies
accesskit ^0.24
normal
accesskit_winit ^0.33
normal
arboard ^3.6
normal
arc-swap ^1.9
normal
cvkg-core ^0.3.2
normal
cvkg-materials ^0.3.2
normal
cvkg-render-gpu ^0.3.2
normal
cvkg-telemetry ^0.3.2
normal
cvkg-themes ^0.3.2
normal
cvkg-vdom ^0.3.2
normal
env_logger ^0.11
normal
image ^0.25
normal
libc ^0.2
normal
log ^0.4
normal
pollster ^0.4.0
normal
rodio ^0.22
normal
cvkg-runic-text ^0.3.2
normal
tokio ^1.0
normal
tracing ^0.1
normal
winit ^0.30
normal
accesskit_unix ^0.21
normal
Versions
67.81%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module renderer
cvkg_
render_
native
0.3.2
Module renderer
Module Items
Structs
In crate cvkg_
render_
native
cvkg_render_native
Module
renderer
Copy item path
Source
Structs
ยง
Native
Renderer
Native renderer backend implementing the Renderer trait. It wraps a shared GpuRenderer for high-performance GPU drawing. During a render pass, GPU_FRAME_PTR is set so draw calls bypass the mutex.