Search Unity

Question Turning on msaa on some hardware causes Graphics.DrawMeshInstanced to crash

Discussion in 'General Graphics' started by shady_lyf321, Jul 27, 2021.

  1. shady_lyf321

    shady_lyf321

    Joined:
    Jan 25, 2018
    Posts:
    3
    When I close msaa, it won't crash

    The crashing hardware is Adreno615, GPU OpenGL ES 3.2 supports gpu instance


    I tracked the log using logcat, and the crash occurred while drawing. I'm thinking about what causes DrawMeshInstanced to crash after opening msaa. Anyone can suggest any ideas. Thanks a lot