Opened 16 years ago
Closed 15 years ago
#4692 closed defect (fixed)
Vertex buffer extension is faulty (windows guests) -> Fixed in SVN.
Reported by: | Max | Owned by: | |
---|---|---|---|
Component: | 3D support | Version: | VirtualBox 3.0.4 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Linux |
Description
The problem is in the glBindBufferARB function (OpenGL extension). It should bind the generated (by glGenBuffersARB) buffer to a target. Binding to GL_ARRAY_BUFFER_ARB works fine, but binding to GL_ELEMENT_ARRAY_BUFFER_ARB causes application to crash.
Attachments (1)
Change History (5)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
My own one. I am attaching the source code. It uses Qt4 for windows so Qt4 is required to compile them. Also CG Toolkit is needed. I can't attach exe file in archive - it is too large.
comment:3 by , 16 years ago
Summary: | Vertex buffer extension is faulty (windows guests) → Vertex buffer extension is faulty (windows guests) -> Fixed in SVN. |
---|
It doesn't crash on trunk build, no wonder as vbo support is rewritten there. Btw, your app doesn't render anything on a real host, so i can't say if it works as expected or not :(
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please upgrade to VBox 3.1.0 (including the guest additions).
Which application?