I'm not sure if I'm doing something wrong here or if there is a bug. In my program I'm creating and deleting display lists. I want to make glDeleteLists() calls once I'm done with a display list. However, chromium seems to "ignore" this function call. When I use the print SPU for debugging, I can see all the opengl functions that are getting forwarded to my crservers, but glDeleteLists is not one of them. am i doing something wrong??
Any help is appreciated. thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not sure if I'm doing something wrong here or if there is a bug. In my program I'm creating and deleting display lists. I want to make glDeleteLists() calls once I'm done with a display list. However, chromium seems to "ignore" this function call. When I use the print SPU for debugging, I can see all the opengl functions that are getting forwarded to my crservers, but glDeleteLists is not one of them. am i doing something wrong??
Any help is appreciated. thanks