Files
armorpaint/lab/plugins/proc_texsynth/proc_texsynth.h
T

4 lines
115 B
C
Raw Normal View History

2024-10-26 15:17:05 +02:00
#pragma once
void texsynth_inpaint(int w, int h, void *output_ptr, void *image_ptr, void *mask_ptr, bool tiling);