hi i want to report a issue with rpi4 drivers games are not preseting correct.
the issue:
rpi 4 has a bug where it does not save uniform and attribute state with
the program, so they have to be reinit each time you reuse the program.
Code: Select all
255.0Code: Select all
" vec4 txcol = texelFetch( s_color, ivec2( ( int(txindex.g*65280.0) | int(txindex.r*255.0)) ,0 ) , 0 );\n"