- D3DX10CheckVersion
HRESULT D3DX10CheckVersion(UINT D3DSdkVersion, UINT D3DX10SdkVersion)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3DX10CreateDevice
HRESULT D3DX10CreateDevice(IDXGIAdapter pAdapter, D3D10_DRIVER_TYPE DriverType, HMODULE Software, UINT Flags, ID3D10Device* ppDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3DX10CreateDeviceAndSwapChain
HRESULT D3DX10CreateDeviceAndSwapChain(IDXGIAdapter pAdapter, D3D10_DRIVER_TYPE DriverType, HMODULE Software, UINT Flags, 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.
- D3DX10CreateFontA
HRESULT D3DX10CreateFontA(ID3D10Device pDevice, INT Height, UINT Width, UINT Weight, UINT MipLevels, BOOL Italic, UINT CharSet, UINT OutputPrecision, UINT Quality, UINT PitchAndFamily, LPCSTR pFaceName, ID3DX10Font* ppFont)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3DX10CreateFontIndirectA
HRESULT D3DX10CreateFontIndirectA(ID3D10Device pDevice, D3DX10_FONT_DESCA* pDesc, ID3DX10Font* ppFont)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3DX10CreateFontIndirectW
HRESULT D3DX10CreateFontIndirectW(ID3D10Device pDevice, D3DX10_FONT_DESCW* pDesc, ID3DX10Font* ppFont)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3DX10CreateFontW
HRESULT D3DX10CreateFontW(ID3D10Device pDevice, INT Height, UINT Width, UINT Weight, UINT MipLevels, BOOL Italic, UINT CharSet, UINT OutputPrecision, UINT Quality, UINT PitchAndFamily, LPCWSTR pFaceName, ID3DX10Font* ppFont)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3DX10CreateSprite
HRESULT D3DX10CreateSprite(ID3D10Device pDevice, UINT cDeviceBufferSize, ID3DX10Sprite* ppSprite)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3DX10CreateThreadPump
HRESULT D3DX10CreateThreadPump(UINT cIoThreads, UINT cProcThreads, ID3DX10ThreadPump* ppThreadPump)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3DX10DebugMute
BOOL D3DX10DebugMute(BOOL Mute)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3DX10DisassembleEffect
HRESULT D3DX10DisassembleEffect(ID3D10Effect pEffect, BOOL EnableColorCode, ID3D10Blob* ppDisassembly)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3DX10DisassembleShader
HRESULT D3DX10DisassembleShader(void* pShader, SIZE_T BytecodeLength, BOOL EnableColorCode, LPCSTR pComments, ID3D10Blob* ppDisassembly)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3DX10GetDriverLevel
UINT D3DX10GetDriverLevel(ID3D10Device pDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- D3DX10UnsetAllDeviceObjects
HRESULT D3DX10UnsetAllDeviceObjects(ID3D10Device pDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MAKE_D3DHRESULT
HRESULT MAKE_D3DHRESULT(T code)
Undocumented in source. Be warned that the author may not have intended to support it.
- MAKE_D3DSTATUS
HRESULT MAKE_D3DSTATUS(T code)
Undocumented in source. Be warned that the author may not have intended to support it.
\ d3dx10core.d * * Windows API header module * * Placed into public domain * \**********************************************************************