Method
GetOutputDevice
(ref ulong pnDevice,ETextureType textureType,IntPtr pInstance)
Source from the content-addressed store, hash-verified
| 2268 | FnTable.GetDXGIOutputInfo(ref pnAdapterIndex); |
| 2269 | } |
| 2270 | public void GetOutputDevice(ref ulong pnDevice,ETextureType textureType,IntPtr pInstance) |
| 2271 | { |
| 2272 | pnDevice = 0; |
| 2273 | FnTable.GetOutputDevice(ref pnDevice,textureType,pInstance); |
| 2274 | } |
| 2275 | public bool IsDisplayOnDesktop() |
| 2276 | { |
| 2277 | bool result = FnTable.IsDisplayOnDesktop(); |
Tested by
no test coverage detected