Reputation: 185
I am using Glew to load gl functions and extentions. when I use glGenerateMipmap in the code, it compiles without any error. However when I run the code, I get this error :
Access violation executing location 0x00000000.
What does it mean ? My card doesn't support that extention or a driver issue ?
Upvotes: 1
Views: 912
Reputation: 354
Have you tried setting glewExperimental = GL_TRUE;
?
I'd have commented but it seems I can't yet.
Upvotes: 3