Cihan
Cihan

Reputation: 185

glGenerateMipmaps Access violation error

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

Answers (1)

Joseph Rosson
Joseph Rosson

Reputation: 354

Have you tried setting glewExperimental = GL_TRUE; ?

I'd have commented but it seems I can't yet.

Upvotes: 3

Related Questions