pub const MODE_IMAGE_TARGET_NORTH: u32 = 5;
Expand description

Draw an image from the texture at tex in the fragment shader, with the target rectangle rotated to face north.

FIXME: Make more principled.