I found an old thread in which a unity dev mentioned a file called GlesHelper.h
I’m not sure if this is depreciated, is not valid for windows builds or there is a newer alternative, I needed to change upscale filter from bilinear to nearest and this seems exactly what I need except i cant find this file =/
If anyone knows where I could find it I would greatly appreciate it
That thread was about iOS builds. A Unity build for iOS is basically a project for XCode, not an actual end build for the device. So I would be surprised if this same file was included in windows stand alone builds.