This commit is contained in:
ZY4N
2025-03-23 21:11:22 +01:00
parent 510398423a
commit c609d49f0d
49 changed files with 1412 additions and 924 deletions

View File

@@ -6,7 +6,7 @@ namespace zgl
{
inline void texture_handle::bind() const
{
glBindTexture(GL_TEXTURE_2D, texture_id);
glBindTexture(GL_TEXTURE_2D, m_id);
}
inline void texture_handle::unbind()