- Home /
Question by
fortgreeneVR · Apr 18, 2019 at 01:47 PM ·
graphicsshader programmingdebugging visual
How to let Unity running through Renderdoc recognize geometry shader capability
When Renderdoc launches a Unity player, Unity decides that it must bypass shaders that use geometry shaders, at least when running on OpenGL 3.1 ES + AEP on Android 7.1.1 and Qualcom snapdragon 835 (Quest device).
Running the player on its own doesn't bypass the geometry shaders.
I'm trying to find out what exact OpenGL extensions is Unity looking for so I can ask for support for them in Renderdoc
Comment
Your answer

Follow this Question
Related Questions
Adding a clip() to the default shader? 0 Answers
Does Unity support GL_NV_geometry_shader_passthrough geometry shaders? 0 Answers
Is it possible to access other objects in a shader function? 0 Answers
Persistent data values in shaders 3 Answers
Generating a texture through Graphics.Blit with shadergraph 0 Answers