forked from Green-Sky/tomato
add image scaler (box sampling)
This commit is contained in:
6
src/image_scaler.hpp
Normal file
6
src/image_scaler.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
bool image_scale(SDL_Surface* dst, SDL_Surface* src);
|
||||
|
||||
Reference in New Issue
Block a user