libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

Move `Texture` relevant functions in as members

Open no-lex opened this issue 3 years ago • 0 comments

the Texture object is acted upon by functions which only take a Texture as an argument, which could easily be moved into the class itself to reduce the number of functions in the global namespace and make it more clear which data they interact with. Texture is defined in texture.h.

no-lex avatar Mar 06 '21 05:03 no-lex