B05-232 / plug-standard

0 stars 1 forks source link

Const qualifier on `Canvas::getPixel()` breaks GPU-CPU synchronization scheduling #54

Closed Sigmarik closed 7 months ago

Sigmarik commented 7 months ago

Canvas::getPixel should load the canvas from GPU in certain cases, which is impossible to do without discarding the const qualifier.

MeerkatBoss commented 7 months ago

Duplicate of #41