webgpu: implement push constants with immediates (#9932)

- Add test for skinning for gl, vk, and webgpu

RDIFF_ACCEPT_NEW_GOLDENS
This commit is contained in:
Powei Feng
2026-04-23 13:22:08 -07:00
committed by GitHub
parent e45e9c40fe
commit 10702e2d07
10 changed files with 47 additions and 31 deletions

View File

@@ -6,6 +6,7 @@ BoxInterleaved
BoxTextured
BoxTexturedNonPowerOfTwo
Duck
Fox
IridescenceSuzanne
IridescentDishWithOlives
Lantern

View File

@@ -30,6 +30,11 @@
"name": "transmission_models",
"models": ["TransmissionRoughnessTest", "IridescentDishWithOlives"],
"rendering": {}
},
{
"name": "animation_models",
"models": ["Fox"],
"rendering": {}
}
],
"tests": [
@@ -68,6 +73,17 @@
"rendering": {
"view.ssao.enabled": true
}
},
{
"name": "Skinning",
"description": "Bone skinning animation test",
"apply_presets": ["base", "animation_models"],
"rendering": {
"animation": {
"enabled": true,
"time": 0.5
}
}
}
]
}