Commit f52c8ed1 by Alexis Hetu Committed by Alexis Hétu

Adding trace and more verifications to new ES3 APi functions

- Added missing TRACE macros - Added some trivial verifications in a few more functions Change-Id: I32762a5caf8ee086ee423ba39a077d3cf3ec543a Reviewed-on: https://swiftshader-review.googlesource.com/2683Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent 5906e98b
......@@ -45,6 +45,8 @@ enum
IMPLEMENTATION_MAX_RENDERBUFFER_SIZE = OUTLINE_RESOLUTION,
IMPLEMENTATION_MAX_SAMPLES = 4,
IMPLEMENTATION_MAX_COLOR_ATTACHMENTS = 8,
IMPLEMENTATION_MAX_DRAW_BUFFERS = 8,
IMPLEMENTATION_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 4,
};
class Texture : public egl::Texture
......
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