|
Sunshine master
Self-hosted game stream host for Moonlight.
|
Public Member Functions | |
| virtual HRESULT __stdcall | GetInterface (REFIID id, void **object)=0 |
| Retrieve a DXGI interface from a WinRT Direct3D object. | |
Windows structures sometimes have compile-time GUIDs. GCC supports this, but in a roundabout way. If WINRT_IMPL_HAS_DECLSPEC_UUID is true, then the compiler supports adding this attribute to a struct. For example, Visual Studio. If not, then MinGW GCC has a workaround to assign a GUID to a structure.
|
pure virtual |
Retrieve a DXGI interface from a WinRT Direct3D object.
| id | COM interface ID requested from the WinRT wrapper. |
| object | Output pointer that receives the requested COM interface. |