Is it possible to draw an image vertically/horizontally flipped? (instead of processing and holding the flipped image in memory)
This question is driver independent, it would be nice if it were dx and gl.
EDIT: Just thought of something.. Is it just as simple as flipping the texcoords? (top-left <> top-right and bottom-left <> bottom-right; for a vertical flip)
This question is driver independent, it would be nice if it were dx and gl.
EDIT: Just thought of something.. Is it just as simple as flipping the texcoords? (top-left <> top-right and bottom-left <> bottom-right; for a vertical flip)