Skip to content

Commit 90a6212

Browse files
authored
Update validationES31.cpp
1 parent 94fdb7e commit 90a6212

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/libANGLE/validationES31.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,8 +1422,9 @@ bool ValidateBindImageTexture(const Context *context,
14221422
case GL_RGBA8_SNORM:
14231423
break;
14241424
default:
1425-
ANGLE_VALIDATION_ERROR(GL_INVALID_VALUE, kInvalidImageFormat);
1426-
return false;
1425+
//ANGLE_VALIDATION_ERROR(GL_INVALID_VALUE, kInvalidImageFormat);
1426+
WARN() << "format is not one of supported image unit formats.";
1427+
return true;
14271428
}
14281429

14291430
if (texture.value != 0)

0 commit comments

Comments
 (0)