Commit 5906e98b by Greg Hartman

Added missing stride value.

Change-Id: I5931d9284e4e4b0649ceb38df6c5947efb1ca7d0 Reviewed-on: https://swiftshader-review.googlesource.com/2741Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarGreg Hartman <ghartman@google.com>
parent ab9b3650
...@@ -66,6 +66,7 @@ namespace sw ...@@ -66,6 +66,7 @@ namespace sw
} }
locked = bits; locked = bits;
stride = buffer->stride;
return locked; return locked;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment