When we allocate space in a vertex buffer we align the offset to be a ...
12 years, 8 months ago
(2012-03-08 15:01:22 UTC)
#1
When we allocate space in a vertex buffer we align the offset to be a multiple
of the vertex size. However, we weren't including the pad in the number of bytes
used. I also added additional validate calls to catch these types of bugs closer
to where they occur.
Issue 5784053: Fix GrBufferAllocPool to include padding in bytes used for an allocation
(Closed)
Created 12 years, 8 months ago by bsalomon
Modified 12 years, 8 months ago
Reviewers: TomH
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0