Chromium Embedded Framework: Can I render into a canvas using DirectX?
问题 i want to embed CEF into my DirectX application. Now I want to draw onto a Canvas element in the displayed html page using DirectX. This canvas may be obscured by other html elements above it so I cannot just take the absolute Canvas coordinates and render on it because then it would also render onto the elements on my canvas. I see two possibilities to solve this: I can make CEF display my texture in the page, so CEF uses my bytebuffer as an image and updates that area frequently. I can get