Skip to main content

Crate verdant

Crate verdant 

Source

Modules§

canvas
errors
event
image
prelude
The Verdant Prelude.
render_surface
shapes
text
transform
types
vec
view
window

Structs§

Renderer

Enums§

TextureFormat
Format in which a texture’s texels are stored in GPU memory.
WinitEvent
Describes an event from a [Window].

Functions§

rgb
Constructs a Color from RGB components in the range 0.0..=1.0, with full opacity.
rgb255
Constructs a Color from RGB components in the range 0.0..=255.0, with full opacity.
rgba
Constructs a Color from RGBA components in the range 0.0..=1.0.
rgba255
Constructs a Color from RGBA components in the range 0.0..=255.0.

Type Aliases§

AdvancedWindowProperties
This is for if you need to do things that Verdant’s WindowProperties doesn’t support. Use WindowProperties for normal use cases.
RendererResult