There was an error while loading. Please reload this page.
1 parent ab35551 commit 38da39fCopy full SHA for 38da39f
1 file changed
src/Processing.h
@@ -1389,6 +1389,10 @@ 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