Skip to content

Commit 59c8104

Browse files
bkaradzic-microsoftBranimir Karadzic
andauthored
Removed Metal API exclusion from tests. (#1672)
Co-authored-by: Branimir Karadzic <branimirkaradzic@Bgmail.com>
1 parent cb89fe1 commit 59c8104

2 files changed

Lines changed: 7 additions & 31 deletions

File tree

Apps/Playground/Scripts/config.json

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,8 @@
5656
"title": "GLTF Extension KHR_materials_volume with attenuation",
5757
"playgroundId": "#YG3BBF#18",
5858
"referenceImage": "gltfExtensionKhrMaterialsVolumeAttenuation.png",
59-
"excludedGraphicsApis": [ "Metal" ],
6059
"errorRatio": 10,
61-
"renderCount": 10,
62-
"comments": {
63-
"Metal": "No object rendered"
64-
}
60+
"renderCount": 10
6561
},
6662
{
6763
"title": "GLTF ClearCoat",
@@ -135,11 +131,7 @@
135131
"title": "Glow layer and LODs",
136132
"playgroundId": "#UNS6ZV#2",
137133
"renderCount": 50,
138-
"excludedGraphicsApis": [ "Metal" ],
139-
"referenceImage": "glowlayerandlods.png",
140-
"comments": {
141-
"Metal": "Result doesn't match reference"
142-
}
134+
"referenceImage": "glowlayerandlods.png"
143135
},
144136
{
145137
"title": "Nested BBG",
@@ -192,21 +184,13 @@
192184
"title": "Soft Shadows",
193185
"playgroundId": "#0YYQ3N#0",
194186
"errorRatio": 50,
195-
"excludedGraphicsApis": [ "Metal" ],
196-
"referenceImage": "softShadows.png",
197-
"comments": {
198-
"Metal": "Nothing rendered"
199-
}
187+
"referenceImage": "softShadows.png"
200188
},
201189
{
202190
"title": "Soft Shadows (Right Handed)",
203191
"playgroundId": "#0YYQ3N#2",
204192
"errorRatio": 50,
205-
"excludedGraphicsApis": [ "Metal" ],
206-
"referenceImage": "softShadowsRightHanded.png",
207-
"comments": {
208-
"Metal": "Nothing rendered"
209-
}
193+
"referenceImage": "softShadowsRightHanded.png"
210194
},
211195
{
212196
"title": "RenderingGroupId",
@@ -222,11 +206,7 @@
222206
{
223207
"title": "Point light shadows",
224208
"playgroundId": "#U2F7P9#4",
225-
"excludedGraphicsApis": [ "Metal" ],
226-
"referenceImage": "point-light-shadows.png",
227-
"comments": {
228-
"Metal": "Rendered result doesn't match reference"
229-
}
209+
"referenceImage": "point-light-shadows.png"
230210
},
231211
{
232212
"title": "Texture cache",
@@ -313,11 +293,7 @@
313293
"title": "Multi cameras and output render target",
314294
"renderCount": 2,
315295
"playgroundId": "#BCYE7J#31",
316-
"excludedGraphicsApis": [ "Metal" ],
317-
"referenceImage": "multiCamerasOutputRenderTarget.png",
318-
"comments": {
319-
"Metal": "Result does not match reference"
320-
}
296+
"referenceImage": "multiCamerasOutputRenderTarget.png"
321297
},
322298
{
323299
"title": "Multi camera rendering with scissors",

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ FetchContent_Declare(base-n
3535
EXCLUDE_FROM_ALL)
3636
FetchContent_Declare(bgfx.cmake
3737
GIT_REPOSITORY https://github.com/BabylonJS/bgfx.cmake.git
38-
GIT_TAG be578c80f6c1c1e4d2b5baa163bd452f1d3b88fa
38+
GIT_TAG c6575c5644e37ccc06b83d59d1d536cf8ec9f265
3939
EXCLUDE_FROM_ALL)
4040
FetchContent_Declare(CMakeExtensions
4141
GIT_REPOSITORY https://github.com/BabylonJS/CMakeExtensions.git

0 commit comments

Comments
 (0)