B05-232 / plug-standard

0 stars 1 forks source link

`RenderTarget::getNativeHandle` is impossible to implement even with SFML #30

Closed Sigmarik closed 7 months ago

Sigmarik commented 7 months ago

It seems like SFML tries its best to hide underlaying framebuffer ID which we need.

Sigmarik commented 7 months ago

RenderWindow::getSystemHandle returns ID of the window used by the OS, not the framebuffer ID used to distinguish framebuffers from one another.