Are there any code samples for implementing caching/memoization in shader using glsl in mobile GPU?
I could only find hardware methods online:
For Example) Eliminating Redundant Fragment Shader Executions on a Mobile GPU via Hardware Memoization
A post was merged into an existing topic: Implement memoization/caching for shader