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:
@@ -6,6 +6,7 @@ BoxInterleaved
|
||||
BoxTextured
|
||||
BoxTexturedNonPowerOfTwo
|
||||
Duck
|
||||
Fox
|
||||
IridescenceSuzanne
|
||||
IridescentDishWithOlives
|
||||
Lantern
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user