Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

DUMB QUESTION: switching between GLES2.0 and GLES3.0 dynamically

Discussion in 'General Graphics' started by jctz, Sep 25, 2015.

  1. jctz

    jctz

    Joined:
    Aug 14, 2013
    Posts:
    47
    Here's a dumb question! Has anyone tried hacking UnityAppControllerRendering.mm to dynamically pick between apiOpenGLES3 and apiOpenGLES2 at runtime, to be able to make use of the extra features on a high-end machine?