I am trying to implement a background effect in my program, but I cannot seem to read the per pixel transparency image. I am trying to get an image of what the screen looks behind the godot window. I have tried viewport get_texture()
and shader SCREEN_TEXTURE
, but none of them have worked.
Is there any way to do this? It only needs to work on Windows.