Skip to content

Commit 2c7064e

Browse files
committed
webgpu: skip PushConstants backend test for webgpu
We can revert this once dawn supports push constants
1 parent 3961989 commit 2c7064e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

filament/backend/test/test_PushConstants.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ void initPushConstants() {
105105

106106
TEST_F(BackendTest, PushConstants) {
107107
SKIP_IF(Backend::OPENGL, "Push constants not supported on OpenGL");
108+
SKIP_IF(Backend::WEBGPU, "Push constants not supported on WebGPU");
108109

109110
initPushConstants();
110111

0 commit comments

Comments
 (0)