[][src]Module sdl2::gfx

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

Framerate control

imagefilter

MMX image filters

primitives

Graphic Primitives

rotozoom

Surface Rotozoomer