[Webkit-unassigned] [Bug 219204] Incorrect values of disabled (const) attribute when drawing with drawArraysInstanced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 20 07:43:11 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219204

--- Comment #1 from Marcin <msokalski at novomatic-tech.com> ---
More complete attributes description:

#0 size = 4, type UBYTE, stride = 6, offset = 0 (contains x1,y1,x2,y2 coordinates of rectangle)
#2 size = 2, type UBYTE, strand = 6, offset = 4 (contains texture coordinates of lower-left corner)

shader reconstructs vertex coordinates by testing gl_VertexID

actual draw call:

gl.drawArraysInstanced(gl.TRIANGLE_STRIP, 0, 4, number_of_rectangles_in_vbo);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201120/8d06a4bc/attachment-0001.htm>


More information about the webkit-unassigned mailing list