1Name
2
3    ANGLE_platform_angle_d3d
4
5Name Strings
6
7    EGL_ANGLE_platform_angle_d3d
8
9Contributors
10
11    Shannon Woods, Google
12    Geoff Lang, Google
13
14Contacts
15
16    Geoff Lang, Google (geofflang 'at' chromium 'dot' org)
17
18Status
19
20    Draft
21
22Version
23
24    Version 1, 2014-06-05
25
26Number
27
28    EGL Extension XXX
29
30Extension Type
31
32    EGL client extension
33
34Dependencies
35
36    Requires ANGLE_platform_angle.
37
38Overview
39
40    This extension enables selection of D3D display types.
41
42New Types
43
44    None
45
46New Procedures and Functions
47
48    None
49
50New Tokens
51
52    Accepted as values for the EGL_PLATFORM_ANGLE_TYPE_ANGLE attribute:
53
54        EGL_PLATFORM_ANGLE_TYPE_D3D9_ANGLE                 0x3204
55        EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE                0x3205
56        EGL_PLATFORM_ANGLE_TYPE_D3D11_WARP_ANGLE           0x3206
57
58Additions to the EGL Specification
59
60    None.
61
62Issues
63
64    None
65
66Revision History
67
68    Version 1, 2014-06-05 (Geoff Lang)
69        - Initial draft
70