There was an error while loading. Please reload this page.
1 parent 38da39f commit 2657b89Copy full SHA for 2657b89
1 file changed
src/Processing.h
@@ -1389,10 +1389,7 @@ static constexpr int ENABLE_ASYNC_SAVEFRAME = -12;
1389
static constexpr int NEAREST_NEIGHBOR = 0;
1390
static constexpr int BILINEAR = 1;
1391
static constexpr int BICUBIC = 2;
1392
-// Image interpolation modes
1393
-static constexpr int NEAREST_NEIGHBOR = 0;
1394
-static constexpr int BILINEAR = 1;
1395
-static constexpr int BICUBIC = 2;
+
1396
1397
// Cursor shapes (map to GLFW)
1398
static constexpr int ARROW = GLFW_ARROW_CURSOR;
0 commit comments