jf_knight Member Dec 26, 2020 #1 I know they can be switched on and off in GM2 in the Game Options - Windows -> Graphics settings, but are there ways to toggle synchronization and interpolation on and off (with GML) while a game is running?
I know they can be switched on and off in GM2 in the Game Options - Windows -> Graphics settings, but are there ways to toggle synchronization and interpolation on and off (with GML) while a game is running?
FoxyOfJungle Kazan Games Dec 26, 2020 #2 GML: gpu_set_tex_filter() // interpolation display_reset() // vsync
jf_knight Member Dec 26, 2020 #4 FoxyOfJungle said: GML: gpu_set_tex_filter() // interpolation display_reset() // vsync Click to expand... Thank you, Friend.
FoxyOfJungle said: GML: gpu_set_tex_filter() // interpolation display_reset() // vsync Click to expand... Thank you, Friend.