Module drawing

Source
Expand description

Drawing traits and functions

Re-exports§

pub use crate::ffi::BlendMode;

Structs§

DrawBillboardParams
A struct containing the info for drawing billboard textures.
DrawBlendMode
An object that handles drawing with a custom blend mode
DrawHandle
An object that handles drawing
DrawMode2D
An object that handles drawing with a custom 2D camera
DrawMode3D
An object that handles drawing with a custom 3D camera
DrawScissorMode
An object that handles drawing within a screen area
DrawShaderMode
An object that handles drawing with a custom shader
DrawTextureMode
An object that handles drawing onto a RenderTexture
DrawTextureParams
A struct containing the info for drawing textures.
DrawVrStereoMode
An object that handles stereo drawing (VR)

Traits§

Draw
A trait that contains all the drawing functions