win32.directx.d3d10misc

\ d3d10misc.d * * Windows API header module * * Placed into public domain * \**********************************************************************

Members

Enums

D3D10_DRIVER_TYPE
enum D3D10_DRIVER_TYPE
Undocumented in source.

Functions

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.

Interfaces

ID3D10Blob
interface ID3D10Blob
Undocumented in source.

Variables

GUID_DeviceType
GUID GUID_DeviceType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10Blob
GUID IID_ID3D10Blob;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta