Move Texture
relevant functions in as members
#204
Labels
misimplementation
Circumlocutious or redundant implementation
Texture
relevant functions in as members
#204
the
Texture
object is acted upon by functions which only take aTexture
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 intexture.h
.The text was updated successfully, but these errors were encountered: