Module sdl2::gfx [−][src]
Expand description
A binding for the library SDL2_gfx
Note that you need to build with the
feature gfx for this module to be enabled,
like so:
$ cargo build --features "gfx"If you want to use this with from inside your own crate, you will need to add this in your Cargo.toml
[dependencies.sdl2]
version = ...
default-features = false
features = ["gfx"]Modules
Framerate control
MMX image filters
Graphic Primitives
Surface Rotozoomer