Fill a temp buffer for each line.
We don’t write into the memory right away, we first write to a temp buffer that we blit into the rotated image.
This commit is contained in:
parent
e3e0d3c20a
commit
049228b377
2 changed files with 72 additions and 42 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
CXX = clang++
|
||||
CXXFLAGS = -std=c++11 -W -Wall -O3 -ffast-math #-Werror
|
||||
CXXFLAGS = -std=c++11 -W -Wall -O3 -ffast-math -Werror -g
|
||||
BUILD_DIR=/tmp
|
||||
|
||||
all: rotation.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue