win32.directx.d3dx10core

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

Members

Aliases

D3DX10CreateFont
alias D3DX10CreateFont = D3DX10CreateFontW
Undocumented in source.
D3DX10CreateFont
alias D3DX10CreateFont = D3DX10CreateFontA
Undocumented in source.
D3DX10CreateFontIndirect
alias D3DX10CreateFontIndirect = D3DX10CreateFontIndirectW
Undocumented in source.
D3DX10CreateFontIndirect
alias D3DX10CreateFontIndirect = D3DX10CreateFontIndirectA
Undocumented in source.
D3DX10_DLL
alias D3DX10_DLL = D3DX10_DLL_W
Undocumented in source.
D3DX10_DLL
alias D3DX10_DLL = D3DX10_DLL_A
Undocumented in source.
D3DX10_FONT_DESC
alias D3DX10_FONT_DESC = D3DX10_FONT_DESCW
Undocumented in source.
D3DX10_FONT_DESC
alias D3DX10_FONT_DESC = D3DX10_FONT_DESCA
Undocumented in source.

Enums

D3DX10_SPRITE_FLAG
enum D3DX10_SPRITE_FLAG
Undocumented in source.

Functions

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.

Interfaces

ID3DX10DataLoader
interface ID3DX10DataLoader
Undocumented in source.
ID3DX10DataProcessor
interface ID3DX10DataProcessor
Undocumented in source.
ID3DX10Font
interface ID3DX10Font
Undocumented in source.
ID3DX10Sprite
interface ID3DX10Sprite
Undocumented in source.
ID3DX10ThreadPump
interface ID3DX10ThreadPump
Undocumented in source.

Structs

D3DX10_FONT_DESCA
struct D3DX10_FONT_DESCA
Undocumented in source.
D3DX10_FONT_DESCW
struct D3DX10_FONT_DESCW
Undocumented in source.
D3DX10_SPRITE
struct D3DX10_SPRITE
Undocumented in source.

Variables

D3DERR_INVALIDCALL
auto D3DERR_INVALIDCALL;
Undocumented in source.
D3DERR_WASSTILLDRAWING
auto D3DERR_WASSTILLDRAWING;
Undocumented in source.
D3DX10_DLL_A
auto D3DX10_DLL_A;
Undocumented in source.
D3DX10_DLL_W
auto D3DX10_DLL_W;
Undocumented in source.
D3DX10_SDK_VERSION
auto D3DX10_SDK_VERSION;
Undocumented in source.
IID_ID3DX10Font
GUID IID_ID3DX10Font;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3DX10Sprite
GUID IID_ID3DX10Sprite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3DX10ThreadPump
GUID IID_ID3DX10ThreadPump;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_FACD3D
auto _FACD3D;
Undocumented in source.

Meta