Does wglDeleteContext free memory on the server?

I’ve created some buffers on the server and I’m wondering if, when I run wglDeleteContext, the memory these buffers used are freed. In other words, am I able to safely skip the glDeleteBuffers call if I’m about to delete the context the buffers were created in?

TIA!

Maybe yes, maybe no.

Although that might sound confusing, the fact is, it is not documented anywhere that wglDeleteContext deletes your buffers.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.