MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / Target

Interface Target

src/graphics.rs:261–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261pub trait Target {
262 const FLIPPED: bool;
263
264 fn bind(&self, gfx: &Graphics);
265 fn size(&self) -> (i32, i32);
266}
267
268impl Target for Window {
269 const FLIPPED: bool = false;

Callers

nothing calls this directly

Implementers 2

graphics.rssrc/graphics.rs
scaling.rssrc/graphics/scaling.rs

Calls

no outgoing calls

Tested by

no test coverage detected