- Home /
how to debug shader on android
is there anyone who helps me to do debugging hlsl shader on an android device?
In case of window, I have been debugging it with renderdoc as below.
And now, I've tried to debug it on android device but I couldn't it. the debugging menu on renderdoc was disabled like the image below.
is there anyone to help me?
I can't help to debug, but there are some guides on youtube on how to convert shaders to run on android. From what I remember one main issue is you cannot have if statements inside your shader, they must be converted to the ? operator.
Your answer

Follow this Question
Related Questions
How to get red underlines for bad syntax and code suggestions for hlsl code in Unity? 0 Answers
Rendering volumetric objects and maintaining correct depth 1 Answer
cartoon lit shader with transparency? 0 Answers
How to know if my Shader Graph is supported by the SRP Batcher? 1 Answer
Image effect shader not running 1 Answer