OpenGL: Implement VAOs

This commit is contained in:
Lynix
2020-05-11 14:10:36 +02:00
parent 332278dded
commit fe5b70ae1c
8 changed files with 422 additions and 33 deletions

View File

@@ -48,6 +48,7 @@ namespace Nz::GL
{
if (m_handle)
{
OnContextRelease();
NotifyContextDestruction(this);
m_loader.wglDeleteContext(m_handle);