http://bugs.freedesktop.org/show_bug.cgi?id=12502





------- Comment #6 from [EMAIL PROTECTED]  2007-09-23 05:27 PST -------
(In reply to comment #4)
> 'Size' is the user-provided VBO size, set when the app calls glBufferData().
> 
> With gdb, please run:
>   print *ctx->Array.ElementArrayBufferObj
>   print indexBytes
>   where

I'm having trouble using gdb with Wine, so I've resorted to fprintf() instead.
In this example, indexBytes = 192, although it looks like it can take other
"random" even values up to 5064. The contents of ElementArrayBufferObj do not
change.

glDrawRangeElements index out of buffer bounds: indexBytes=192 Size=12
ElementArrayBufferObj:
- RefCount: 2
- Name: 5
- Usage: 35040
- Access: 35002
- Pointer: (nil)
- Size: 12
- Data: 0x68ff29f0
- OnCard: 0


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to