Commit 3af07fd5 by James Darpinian Committed by Commit Bot

EXT_float_blend is core in ES 3.2

Bug: angleproject:5098 Change-Id: I084defba9dd83153a9b8d2ee83f7d50e82eb154c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2430164Reviewed-by: 's avatarShrek Shao <shrekshao@google.com> Reviewed-by: 's avatarJonah Ryan-Davis <jonahr@google.com> Commit-Queue: Jonah Ryan-Davis <jonahr@google.com>
parent 2663e601
...@@ -1482,7 +1482,8 @@ void GenerateCaps(const FunctionsGL *functions, ...@@ -1482,7 +1482,8 @@ void GenerateCaps(const FunctionsGL *functions,
// EXT_float_blend // EXT_float_blend
// Assume all desktop driver supports this by default. // Assume all desktop driver supports this by default.
extensions->floatBlend = functions->standard == STANDARD_GL_DESKTOP || extensions->floatBlend = functions->standard == STANDARD_GL_DESKTOP ||
functions->hasGLESExtension("GL_EXT_float_blend"); functions->hasGLESExtension("GL_EXT_float_blend") ||
functions->isAtLeastGLES(gl::Version(3, 2));
// ANGLE_base_vertex_base_instance // ANGLE_base_vertex_base_instance
extensions->baseVertexBaseInstance = extensions->baseVertexBaseInstance =
......
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