MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / pixels

Method pixels

crates/virtual-machine/src/devices/framebuffer.rs:50–52  ·  view source on GitHub ↗

The buffer the GUI displays.

(&self)

Source from the content-addressed store, hash-verified

48 double_buffered: false,
49 fill_count: 0,
50 version: 0,
51 }
52 }
53
54 /// The buffer the GUI displays.
55 pub fn pixels(&self) -> &[u8] {

Callers 4

peek_bytesMethod · 0.80
peek_bytes_rawMethod · 0.80
peek_framebufferMethod · 0.80

Calls

no outgoing calls

Tested by 1