B05-232 / plug-standard

0 stars 1 forks source link

Canvas problem #41

Closed DarkSoulEater closed 10 months ago

DarkSoulEater commented 10 months ago

We have constant methods (like getPixel) that may require internal conversion from texture to image, which is not a constant method. How do we solve this problem?

MeerkatBoss commented 10 months ago

We can use const_cast<Canvas*>(this) or declare render texture field mutable