Files
armorpaint/armorlab/plugins/proc_texsynth/proc_texsynth.h
T
luboslenco e922ef9447 lab fixes
2024-10-26 15:17:05 +02:00

4 lines
115 B
C

#pragma once
void texsynth_inpaint(int w, int h, void *output_ptr, void *image_ptr, void *mask_ptr, bool tiling);