Commit 73082975 by Nicolas Capens Committed by Nicolas Capens

Fix last stream type enum.

Change-Id: I119c9bd65624035cbb0afb850b061e140b6a296f Reviewed-on: https://swiftshader-review.googlesource.com/13348Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 6e27fea8
......@@ -39,7 +39,7 @@ namespace sw
STREAMTYPE_2_10_10_10_INT,
STREAMTYPE_2_10_10_10_UINT,
STREAMTYPE_LAST = STREAMTYPE_HALF
STREAMTYPE_LAST = STREAMTYPE_2_10_10_10_UINT
};
struct StreamResource
......
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