Docs.rs
beyonder-gpu-0.1.0
beyonder-gpu 0.1.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
PewterZz
Dependencies
anyhow ^1
normal
beyonder-config ^0.1.0
normal
beyonder-core ^0.1.0
normal
bytemuck ^1
normal
glyphon ^0.8
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
wgpu ^24
normal
winit ^0.30
normal
Versions
58.82%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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 block_renderers
beyonder_
gpu
0.1.0
Module block_
renderers
Module Items
Modules
Traits
Functions
In crate beyonder_
gpu
beyonder_gpu
Module
block_
renderers
Copy item path
Source
Modules
§
agent_
message
Renderer for AgentMessage blocks.
approval
Renderer for ApprovalRequest blocks. These are the security dialogs — rendered with attention-grabbing amber accent.
shell_
block
Renderer for ShellCommand blocks. Two-rect layout: [cmd bar] gap [output panel] The command bar and output panel are visually distinct — different backgrounds, a clear gap between them — so
$ ls
and the directory listing look separate.
Traits
§
Block
Renderer
Trait implemented by each block type’s renderer.
Functions
§
measure_
block_
height
Dispatch to the correct renderer based on block content.
font_size
here is the physical font size (already multiplied by scale_factor).
render_
block_
background
Emit rectangle draw calls for a block’s background and border.