Skip to content

Commit 579b17f

Browse files
Site changes
1 parent d366939 commit 579b17f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

_data/ref/alpha/engine-graphics-src-dmsdk-graphics-graphics-h.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
"doc": " DirectX backend. Microsoft\u2019s graphics API used on Windows and Xbox",
4747
"name": "ADAPTER_FAMILY_DIRECTX",
4848
"type": ""
49+
},
50+
{
51+
"doc": " Metal backend. Apples graphics API used on OSX and iOS",
52+
"name": "ADAPTER_FAMILY_METAL",
53+
"type": ""
4954
}
5055
],
5156
"name": "AdapterFamily",

_data/ref/alpha/window-c.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,11 @@
672672
"doc": "DirectX backend",
673673
"name": "WINDOW_GRAPHICS_API_DIRECTX",
674674
"type": ""
675+
},
676+
{
677+
"doc": "Metal backend",
678+
"name": "WINDOW_GRAPHICS_API_METAL",
679+
"type": ""
675680
}
676681
],
677682
"name": "WindowsGraphicsApi",

0 commit comments

Comments
 (0)