- CreateSurface
HRESULT CreateSurface(DXGI_SURFACE_DESC* Desc, uint NumSurfaces, DXGI_USAGE Usage, DXGI_SHARED_RESOURCE* SharedResource, IDXGISurface* Surface)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetAdapter
HRESULT GetAdapter(IDXGIAdapter* Adapter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetGPUThreadPriority
HRESULT GetGPUThreadPriority(int* Priority)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- QueryResourceResidency
HRESULT QueryResourceResidency(const(IUnknown)* Resources, DXGI_RESIDENCY* ResidencyStatus, uint NumResources)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetGPUThreadPriority
HRESULT SetGPUThreadPriority(int Priority)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetParent
HRESULT GetParent(GUID* IID, void** Parent)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetPrivateData
HRESULT GetPrivateData(GUID* IID, uint* DataSize, void* Data)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetPrivateData
HRESULT SetPrivateData(GUID* IID, uint DataSize, void* Data)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetPrivateDataInterface
HRESULT SetPrivateDataInterface(GUID* IID, const(IUnknown) Unknown)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.