Module bottomless_pit::render
source · Expand description
Contains the Renderer struct which also contains all the functions and logic to draw things to the screen
Structs
- RenderInformation contains all the information needed to render objects to the sreen. You should never have to worry about lifetimes as the way the event loop is strutured RenderInformation will live long enough, just properly annotate your functions like so: