mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-12 07:16:49 +01:00
4 lines
81 B
Text
4 lines
81 B
Text
|
function texture_set_interpolation(argument0) {
|
||
|
gpu_set_texfilter(argument0);
|
||
|
}
|