commit | 93ae103492101a39b08064c5c1763007cca1dfbc | [log] [tgz] |
---|---|---|
author | Alexis Hetu <sugoi@google.com> | Fri Apr 10 14:31:01 2015 -0400 |
committer | Alexis Hétu <sugoi@google.com> | Tue Apr 14 14:51:15 2015 +0000 |
tree | 366d079236cee592099d7422ffb783c0e4e6b67d | |
parent | b6075da32ee0249f60ba86f9a85bf8b16eb44c06 [diff] |
New VertexAttribute data types Added int and unsigned int as possible internal storage types for VertexAttribute on top of the existing float type by using a union in order to be able to store the new VertexAttribute types in their native types. Change-Id: I5a98aeded065095df6b44fa20f4c293ae230bc37 Reviewed-on: https://swiftshader-review.googlesource.com/2828 Tested-by: Alexis Hétu <sugoi@google.com> Reviewed-by: Nicolas Capens <capn@google.com>