mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 1328559 - Remove assert and update comment.
MozReview-Commit-ID: 3PYzMsqB9MK
This commit is contained in:
parent
eb70d8c922
commit
5f768aaee3
@ -245,10 +245,7 @@ QueryProgramInfo(WebGLProgram* prog, gl::GLContext* gl)
|
||||
if (gl->WorkAroundDriverBugs() &&
|
||||
mappedName.EqualsIgnoreCase("gl_", 3))
|
||||
{
|
||||
// Catch when this is fixed, so we can remove this.
|
||||
// Or, discover if this happens outside ANGLE.
|
||||
MOZ_ASSERT(gl->IsANGLE() == (loc != -1));
|
||||
|
||||
// Bug 1328559: Appears problematic on ANGLE and OSX, but not Linux or Win+GL.
|
||||
loc = -1;
|
||||
}
|
||||
#ifdef DUMP_SHADERVAR_MAPPINGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user