You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The texture class directly references the libpng and libjpeg-turbo, which implement the texture loading procedure. Since these operations are strongly about assert manipulation, they need to be moved to the respective module and the dependencies from the libraries should be removed.
The text was updated successfully, but these errors were encountered:
The
texture
class directly references thelibpng
andlibjpeg-turbo
, which implement the texture loading procedure. Since these operations are strongly about assert manipulation, they need to be moved to the respective module and the dependencies from the libraries should be removed.The text was updated successfully, but these errors were encountered: