B05-232 / plug-standard

0 stars 1 forks source link

Make Texture a class #46

Open MeerkatBoss opened 7 months ago

MeerkatBoss commented 7 months ago

Currently it's not convenient to use plug::Texture as it is a structure with all fields declared const. I propose we make plug::Texture into a proper class with private fields and public getter and setter methods to make it more flexible.