mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-17 00:47:13 +00:00
GL backend: fix baseVertex param to DrawIndexed.
Re-enable the appropriate test. BUG= Change-Id: I8b823b17259f7c588fda0be4fe86990d11a0a324 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/5460 Commit-Queue: Stephen White <senorblanco@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
070052f6b7
commit
97ffc1a8aa
@@ -132,9 +132,6 @@ TEST_P(DrawIndexedTest, Uint32) {
|
||||
|
||||
// Test the parameter 'baseVertex' of DrawIndexed() works.
|
||||
TEST_P(DrawIndexedTest, BaseVertex) {
|
||||
// TODO(jiawei.shao@intel.com): enable 'baseVertex' on OpenGL back-ends
|
||||
DAWN_SKIP_TEST_IF(IsOpenGL());
|
||||
|
||||
RGBA8 filled(0, 255, 0, 255);
|
||||
RGBA8 notFilled(0, 0, 0, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user