hi guys,
has anyone tried reading texel from render target texture? i tried get_texel_2D() but didn't succeed. i know get_texel_2D() works for normal texture, but want to use it on render target as well.
ps: i've called gpu_mem_to_cpu_mem() before calling get_texel_2D().