MCPcopy Create free account
hub / github.com/Ruddle/Fomos / FB

Class FB

app_test/src/main.rs:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28#[repr(C)]
29pub struct FB<'a> {
30 pub pixels: &'a mut [RGBA],
31 pub w: usize,
32 pub h: usize,
33}
34
35#[no_mangle]
36pub extern "C" fn _start(ctx: &mut Context) -> i32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected