Software Archive
Read-only legacy content
17061 Discussions

OpenGL glGenerateMipmapEXT(GL_TEXTURE_CUBE_MAP); nothing to render Core i3-330UM

SyntheticPrime
Beginner
463 Views
I am using glGenerateMipmapEXT() with the ARB version of cubemaps to generate the mipmap chain and works on AMD/Nvidia hardware but not Intel. I am having to use

glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_GENERATE_MIPMAP, GL_TRUE);

to get around this bug...


So can anyone here tell me how to contact intel to post this bug?

Thanks!
0 Kudos
0 Replies
Reply