mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
31 lines
445 B
Plaintext
31 lines
445 B
Plaintext
// D3D11
|
|
CreateDirect3D11DeviceFromDXGIDevice
|
|
CreateDirect3D11SurfaceFromDXGISurface
|
|
|
|
// GDI32
|
|
BitBlt
|
|
CreateCompatibleBitmap
|
|
CreateCompatibleDC
|
|
DeleteDC
|
|
GetDeviceCaps
|
|
SelectObject
|
|
|
|
// User32
|
|
GetDC
|
|
GetWindowDC
|
|
GetWindowRect
|
|
mouse_event
|
|
PostMessage
|
|
ReleaseDC
|
|
|
|
// COM & WinRT
|
|
D3D11CreateDevice
|
|
ID3D11Device3
|
|
IDirect3DDxgiInterfaceAccess
|
|
IGraphicsCaptureItem
|
|
IGraphicsCaptureItemInterop
|
|
|
|
// Constants
|
|
D3D11_SDK_VERSION
|
|
WM_LBUTTONDOWN
|
|
WM_LBUTTONUP |