- D3D10CreateBlob
HRESULT D3D10CreateBlob(SIZE_T NumBytes, ID3D10Blob* ppBuffer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3D10CreateDevice
HRESULT D3D10CreateDevice(IDXGIAdapter pAdapter, D3D10_DRIVER_TYPE DriverType, HMODULE Software, UINT Flags, UINT SDKVersion, ID3D10Device* ppDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3D10CreateDeviceAndSwapChain
HRESULT D3D10CreateDeviceAndSwapChain(IDXGIAdapter pAdapter, D3D10_DRIVER_TYPE DriverType, HMODULE Software, UINT Flags, UINT SDKVersion, DXGI_SWAP_CHAIN_DESC* pSwapChainDesc, IDXGISwapChain* ppSwapChain, ID3D10Device* ppDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
\ d3d10misc.d * * Windows API header module * * Placed into public domain * \**********************************************************************