OpenGL: Implement VAOs
This commit is contained in:
@@ -48,6 +48,7 @@ namespace Nz::GL
|
||||
{
|
||||
if (m_handle)
|
||||
{
|
||||
OnContextRelease();
|
||||
NotifyContextDestruction(this);
|
||||
|
||||
m_loader.wglDeleteContext(m_handle);
|
||||
|
||||
Reference in New Issue
Block a user