I am trying to use this Acrylic Effect in an OpenGL/GLFW Context, the only approach I can think of is rendering the backdrop of the window by Direct Composition and saving it in memory, which can be used by a FrameBuffer Object in OpenGL.
How can I render a dCompDevice to a memory location ?