Fix source data size in SSBO array length tests
authorMika Väinölä <mika.vainola@siru.fi>
Fri, 5 Nov 2021 11:28:04 +0000 (13:28 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Sat, 13 Nov 2021 16:04:42 +0000 (16:04 +0000)
commitaaef451fd7e5b15ee132d8754ab3c533476b381b
tree51f329c5bea810dac7eaa29790f4d48c7dc16bcd
parent39c99a7ece4b6618cde30c6c621bd3036801bd4b
Fix source data size in SSBO array length tests

The tests were calling glBufferData with a pointer to a single
deUint32 and a size of 2 * sizeof(deUint32). Change invalidData to
an array of two deUint32s.

Affects: dEQP-GLES31.functional.ssbo.array_length.*

Components: OpenGL

VK-GL-CTS issue: 3274

Change-Id: Id318c6541bbd8b61eec6d2ca460a3404c5c887e8
modules/gles31/functional/es31fSSBOArrayLengthTests.cpp