- CreateSurface
HRESULT CreateSurface(DXGI_SURFACE_DESC* pDesc, UINT NumSurfaces, DXGI_USAGE Usage, DXGI_SHARED_RESOURCE* pSharedResource, IDXGISurface* ppSurface)
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* pAdapter)
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* pPriority)
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(IUnknown* ppResources, DXGI_RESIDENCY* pResidencyStatus, 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.
- SetPrivateData
HRESULT SetPrivateData(REFGUID Name, UINT DataSize, void* pData)
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(REFGUID Name, IUnknown pUnknown)
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(REFGUID Name, UINT* pDataSize, void* pData)
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(REFIID riid, void** ppParent)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.