Expand description
Drawing traits and functions
Re-exports§
pub use crate::ffi::BlendMode;
Structs§
- Draw
Billboard Params - A struct containing the info for drawing billboard textures.
- Draw
Blend Mode - An object that handles drawing with a custom blend mode
- Draw
Handle - An object that handles drawing
- Draw
Mode2D - An object that handles drawing with a custom 2D camera
- Draw
Mode3D - An object that handles drawing with a custom 3D camera
- Draw
Scissor Mode - An object that handles drawing within a screen area
- Draw
Shader Mode - An object that handles drawing with a custom shader
- Draw
Texture Mode - An object that handles drawing onto a
RenderTexture
- Draw
Texture Params - A struct containing the info for drawing textures.
- Draw
VrStereo Mode - An object that handles stereo drawing (VR)
Traits§
- Draw
- A trait that contains all the drawing functions