win32.directx.d3dx9

Undocumented in source.

Public Imports

win32.directx.d3d9
public import win32.directx.d3d9;
Undocumented in source.
win32.windows
public import win32.windows;
Undocumented in source.

Members

Aliases

D3DXEFFECTDEFAULTTYPE
alias D3DXEFFECTDEFAULTTYPE = uint
Undocumented in source.
D3DXF_FILEFORMAT
alias D3DXF_FILEFORMAT = uint
Undocumented in source.
D3DXF_FILELOADOPTIONS
alias D3DXF_FILELOADOPTIONS = uint
Undocumented in source.
D3DXF_FILESAVEOPTIONS
alias D3DXF_FILESAVEOPTIONS = uint
Undocumented in source.
D3DXHANDLE
alias D3DXHANDLE = char*
Undocumented in source.
D3DXIMAGE_FILEFORMAT
alias D3DXIMAGE_FILEFORMAT = uint
Undocumented in source.
D3DXINCLUDE_TYPE
alias D3DXINCLUDE_TYPE = uint
Undocumented in source.
D3DXMATRIX
alias D3DXMATRIX = D3DMATRIX
Undocumented in source.
D3DXMESH
alias D3DXMESH = uint
Undocumented in source.
D3DXMESHDATATYPE
alias D3DXMESHDATATYPE = uint
Undocumented in source.
D3DXMESHOPT
alias D3DXMESHOPT = uint
Undocumented in source.
D3DXMESHSIMP
alias D3DXMESHSIMP = uint
Undocumented in source.
D3DXPARAMETER_CLASS
alias D3DXPARAMETER_CLASS = uint
Undocumented in source.
D3DXPARAMETER_TYPE
alias D3DXPARAMETER_TYPE = uint
Undocumented in source.
D3DXPATCHMESHTYPE
alias D3DXPATCHMESHTYPE = uint
Undocumented in source.
D3DXPLAYBACK_TYPE
alias D3DXPLAYBACK_TYPE = uint
Undocumented in source.
D3DXVECTOR3
alias D3DXVECTOR3 = D3DVECTOR
Undocumented in source.

Enums

D3DXEDT_STRING
anonymousenum D3DXEDT_STRING
Undocumented in source.
D3DXFX_DONOTSAVESTATE
anonymousenum D3DXFX_DONOTSAVESTATE
Undocumented in source.
D3DXF_FILEFORMAT_BINARY
anonymousenum D3DXF_FILEFORMAT_BINARY
Undocumented in source.
D3DXF_FILELOAD_FROMFILE
anonymousenum D3DXF_FILELOAD_FROMFILE
Undocumented in source.
D3DXF_FILESAVE_TOFILE
anonymousenum D3DXF_FILESAVE_TOFILE
Undocumented in source.
D3DXIFF_BMP
anonymousenum D3DXIFF_BMP
Undocumented in source.
D3DXINC_LOCAL
anonymousenum D3DXINC_LOCAL
Undocumented in source.
D3DXMESHOPT_COMPACT
anonymousenum D3DXMESHOPT_COMPACT
Undocumented in source.
D3DXMESHSIMP_VERTEX
anonymousenum D3DXMESHSIMP_VERTEX
Undocumented in source.
D3DXMESHTYPE_MESH
anonymousenum D3DXMESHTYPE_MESH
Undocumented in source.
D3DXMESH_32BIT
anonymousenum D3DXMESH_32BIT
Undocumented in source.
D3DXPATCHMESH_RECT
anonymousenum D3DXPATCHMESH_RECT
Undocumented in source.
D3DXPC_SCALAR
anonymousenum D3DXPC_SCALAR
Undocumented in source.
D3DXPLAY_LOOP
anonymousenum D3DXPLAY_LOOP
Undocumented in source.
D3DXPT_VOID
anonymousenum D3DXPT_VOID
Undocumented in source.
D3DXSPRITE_DONOTSAVESTATE
anonymousenum D3DXSPRITE_DONOTSAVESTATE
Undocumented in source.
D3DX_FILTER_NONE
anonymousenum D3DX_FILTER_NONE
Undocumented in source.
DT_TOP
anonymousenum DT_TOP
Undocumented in source.

Functions

D3DXCheckTextureRequirements
HRESULT D3DXCheckTextureRequirements(IDirect3DDevice9 pDevice, UINT* pWidth, UINT* pHeight, UINT* pNumMipLevels, DWORD Usage, D3DFORMAT* pFormat, D3DPOOL Pool)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXConcatenateMeshes
HRESULT D3DXConcatenateMeshes(ID3DXMesh* ppMeshes, UINT NumMeshes, DWORD Options, D3DXMATRIX* pGeomXForms, D3DXMATRIX* pTextureXForms, D3DVERTEXELEMENT9* pDecl, IDirect3DDevice9 pD3DDevice, ID3DXMesh* ppMeshOut)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateBox
HRESULT D3DXCreateBox(IDirect3DDevice9 pDevice, FLOAT Width, FLOAT Height, FLOAT Depth, ID3DXMesh* ppMesh, ID3DXBuffer* ppAdjacency)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateCubeTexture
HRESULT D3DXCreateCubeTexture(IDirect3DDevice9 pDevice, UINT Size, UINT MipLevels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DCubeTexture9* ppCubeTexture)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateCubeTextureFromFileExA
HRESULT D3DXCreateCubeTextureFromFileExA(IDirect3DDevice9 pDevice, LPCSTR pSrcFile, UINT Size, UINT MipLevels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, DWORD Filter, DWORD MipFilter, D3DCOLOR ColorKey, D3DXIMAGE_INFO* pSrcInfo, PALETTEENTRY* pPalette, IDirect3DCubeTexture9* ppCubeTexture)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateCylinder
HRESULT D3DXCreateCylinder(IDirect3DDevice9 pDevice, FLOAT Radius1, FLOAT Radius2, FLOAT Length, UINT Slices, UINT Stacks, ID3DXMesh* ppMesh, ID3DXBuffer* ppAdjacency)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateEffect
HRESULT D3DXCreateEffect(IDirect3DDevice9 pDevice, LPCVOID pSrcData, UINT SrcDataLen, D3DXMACRO* pDefines, ID3DXInclude pInclude, DWORD Flags, ID3DXEffectPool pPool, ID3DXEffect* ppEffect, ID3DXBuffer* ppCompilationErrors)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateEffectFromFileA
HRESULT D3DXCreateEffectFromFileA(IDirect3DDevice9 pDevice, LPCSTR pSrcFile, D3DXMACRO* pDefines, ID3DXInclude pInclude, DWORD Flags, ID3DXEffectPool pPool, ID3DXEffect* ppEffect, ID3DXBuffer* ppCompilationErrors)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateEffectPool
HRESULT D3DXCreateEffectPool(ID3DXEffectPool* pEffectPool)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateFontA
HRESULT D3DXCreateFontA(IDirect3DDevice9 pDevice, UINT Height, UINT Width, UINT Weight, UINT MipLevels, BOOL Italic, DWORD CharSet, DWORD OutputPrecision, DWORD Quality, DWORD PitchAndFamily, LPCTSTR pFacename, ID3DXFont* ppFont)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateMeshFVF
HRESULT D3DXCreateMeshFVF(DWORD NumFaces, DWORD NumVertices, DWORD Options, DWORD FVF, IDirect3DDevice9 pD3DDevice, ID3DXMesh* ppMesh)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreatePolygon
HRESULT D3DXCreatePolygon(IDirect3DDevice9 pDevice, FLOAT Length, UINT Sides, ID3DXMesh* ppMesh, ID3DXBuffer* ppAdjacency)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateSkinInfoFVF
HRESULT D3DXCreateSkinInfoFVF(DWORD NumVertices, DWORD FVF, DWORD NumBones, ID3DXSkinInfo* ppSkinInfo)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateSphere
HRESULT D3DXCreateSphere(IDirect3DDevice9 pDevice, FLOAT Radius, UINT Slices, UINT Stacks, ID3DXMesh* ppMesh, ID3DXBuffer* ppAdjacency)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateSprite
HRESULT D3DXCreateSprite(IDirect3DDevice9 pDevice, ID3DXSprite* ppSprite)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateTeapot
HRESULT D3DXCreateTeapot(IDirect3DDevice9 pDevice, ID3DXMesh* ppMesh, ID3DXBuffer* ppAdjacency)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateTexture
HRESULT D3DXCreateTexture(IDirect3DDevice9 pDevice, UINT Width, UINT Height, UINT MipLevels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9* ppTexture)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateTextureFromFileA
HRESULT D3DXCreateTextureFromFileA(LPDIRECT3DDEVICE9 pDevice, LPCTSTR pSrcFile, LPDIRECT3DTEXTURE9* ppTexture)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateTextureFromFileExA
HRESULT D3DXCreateTextureFromFileExA(IDirect3DDevice9 pDevice, LPCSTR pSrcFile, UINT Width, UINT Height, UINT MipLevels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, DWORD Filter, DWORD MipFilter, D3DCOLOR ColorKey, D3DXIMAGE_INFO* pSrcInfo, PALETTEENTRY* pPalette, IDirect3DTexture9* ppTexture)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXCreateTorus
HRESULT D3DXCreateTorus(IDirect3DDevice9 pDevice, FLOAT InnerRadius, FLOAT OuterRadius, UINT Sides, UINT Rings, ID3DXMesh* ppMesh, ID3DXBuffer* ppAdjacency)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXDeclaratorFromFVF
HRESULT D3DXDeclaratorFromFVF(DWORD FVF, D3DVERTEXELEMENT9* Declaration)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXFileCreate
HRESULT D3DXFileCreate(ID3DXFile* lplpDirectXFile)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXGetDeclVertexSize
UINT D3DXGetDeclVertexSize(D3DVERTEXELEMENT9* pDecl, DWORD Stream)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXGetFVFVertexSize
UINT D3DXGetFVFVertexSize(DWORD FVF)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXGetShaderInputSemantics
HRESULT D3DXGetShaderInputSemantics(DWORD* pFunction, D3DXSEMANTIC* pSemantics, UINT* pCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXGetShaderVersion
uint D3DXGetShaderVersion(uint* pFunction)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXLoadMeshFromXA
HRESULT D3DXLoadMeshFromXA(LPCSTR pFilename, DWORD Options, IDirect3DDevice9 pD3D, ID3DXBuffer* ppAdjacency, ID3DXBuffer* ppMaterials, ID3DXBuffer* ppEffectInstances, DWORD* pNumMaterials, ID3DXMesh* ppMesh)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXLoadMeshFromXof
HRESULT D3DXLoadMeshFromXof(ID3DXFileData pxofMesh, DWORD Options, IDirect3DDevice9 pD3DDevice, ID3DXBuffer* ppAdjacency, ID3DXBuffer* ppMaterials, ID3DXBuffer* ppEffectInstances, DWORD* pNumMaterials, ID3DXMesh* ppMesh)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixAffineTransformation2D
D3DXMATRIX* D3DXMatrixAffineTransformation2D(D3DXMATRIX* pOut, FLOAT Scaling, D3DXVECTOR2* pRotationCenter, float Rotation, D3DXVECTOR2* pTranslation)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixDecompose
HRESULT D3DXMatrixDecompose(D3DXVECTOR3* pOutScale, D3DXQUATERNION* pOutRotation, D3DXVECTOR3* pOutTranslation, D3DXMATRIX* pM)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixIdentity
D3DXMATRIX* D3DXMatrixIdentity(D3DXMATRIX* pOut)
Undocumented in source. Be warned that the author may not have intended to support it.
D3DXMatrixInverse
D3DXMATRIX* D3DXMatrixInverse(D3DXMATRIX* pOut, FLOAT* pDeterminant, D3DXMATRIX* pM)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixMultiply
D3DXMATRIX* D3DXMatrixMultiply(D3DXMATRIX* pOut, D3DXMATRIX* pM1, D3DXMATRIX* pM2)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixOrthoLH
D3DXMATRIX* D3DXMatrixOrthoLH(D3DXMATRIX* pOut, FLOAT w, FLOAT h, FLOAT zn, FLOAT zf)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixOrthoOffCenterLH
D3DXMATRIX* D3DXMatrixOrthoOffCenterLH(D3DXMATRIX* pOut, FLOAT l, FLOAT r, FLOAT b, FLOAT t, FLOAT zn, FLOAT zf)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixPerspectiveFovLH
D3DXMATRIX* D3DXMatrixPerspectiveFovLH(D3DXMATRIX* pOut, FLOAT fovy, FLOAT Aspect, FLOAT zn, FLOAT zf)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixRotationQuaternion
D3DXMATRIX* D3DXMatrixRotationQuaternion(D3DXMATRIX* pOut, D3DXQUATERNION* pQ)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixRotationX
D3DXMATRIX* D3DXMatrixRotationX(D3DXMATRIX* pOut, FLOAT Angle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixRotationY
D3DXMATRIX* D3DXMatrixRotationY(D3DXMATRIX* pOut, FLOAT Angle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixRotationYawPitchRoll
D3DXMATRIX* D3DXMatrixRotationYawPitchRoll(D3DXMATRIX* pOut, FLOAT Yaw, FLOAT Pitch, FLOAT Roll)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixRotationZ
D3DXMATRIX* D3DXMatrixRotationZ(D3DXMATRIX* pOut, FLOAT Angle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixScaling
D3DXMATRIX* D3DXMatrixScaling(D3DXMATRIX* pOut, FLOAT sx, FLOAT sy, FLOAT sz)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixTransformation2D
D3DXMATRIX* D3DXMatrixTransformation2D(D3DXMATRIX* pOut, D3DXVECTOR2* pScalingCenter, float* pScalingRotation, D3DXVECTOR2* pScaling, D3DXVECTOR2* pRotationCenter, float Rotation, D3DXVECTOR2* pTranslation)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixTranslation
D3DXMATRIX* D3DXMatrixTranslation(D3DXMATRIX* pOut, FLOAT x, FLOAT y, FLOAT z)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXMatrixTranspose
D3DXMATRIX* D3DXMatrixTranspose(D3DXMATRIX* pOut, D3DXMATRIX* pM)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXPlaneNormalize
D3DXPLANE* D3DXPlaneNormalize(D3DXPLANE* pOut, D3DXPLANE* pP)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXQuaternionNormalize
D3DXQUATERNION* D3DXQuaternionNormalize(D3DXQUATERNION* pOut, D3DXQUATERNION* pQ)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXQuaternionRotationMatrix
D3DXQUATERNION* D3DXQuaternionRotationMatrix(D3DXQUATERNION* pOut, D3DXMATRIX* pM)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXQuaternionRotationYawPitchRoll
D3DXQUATERNION* D3DXQuaternionRotationYawPitchRoll(D3DXQUATERNION* pOut, FLOAT Yaw, FLOAT Pitch, FLOAT Roll)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXQuaternionSlerp
D3DXQUATERNION* D3DXQuaternionSlerp(D3DXQUATERNION* pOut, D3DXQUATERNION* pQ1, D3DXQUATERNION* pQ2, float t)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXQuaternionSquad
D3DXQUATERNION* D3DXQuaternionSquad(D3DXQUATERNION* pOut, D3DXQUATERNION* pQ1, D3DXQUATERNION* pA, D3DXQUATERNION* pB, D3DXQUATERNION* pC, float t)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXQuaternionSquadSetup
void D3DXQuaternionSquadSetup(D3DXQUATERNION* pAOut, D3DXQUATERNION* pBOut, D3DXQUATERNION* pCOut, D3DXQUATERNION* pQ0, D3DXQUATERNION* pQ1, D3DXQUATERNION* pQ2, D3DXQUATERNION* pQ3)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXQuaternionToAxisAngle
void D3DXQuaternionToAxisAngle(D3DXQUATERNION* pQ, D3DXVECTOR3* pAxis, FLOAT* pAngle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXSimplifyMesh
HRESULT D3DXSimplifyMesh(ID3DXMesh pMesh, DWORD* pAdjacency, D3DXATTRIBUTEWEIGHTS* pVertexAttributeWeights, FLOAT* pVertexWeights, DWORD MinValue, DWORD Options, ID3DXMesh* ppMesh)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXVec2TransformCoord
D3DXVECTOR2* D3DXVec2TransformCoord(D3DXVECTOR2* pOut, D3DXVECTOR2* pV, D3DXMATRIX* pM)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXVec3CatmullRom
D3DXVECTOR3* D3DXVec3CatmullRom(D3DXVECTOR3* pOut, D3DXVECTOR3* pV0, D3DXVECTOR3* pV1, D3DXVECTOR3* pV2, D3DXVECTOR3* pV3, float s)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXVec3LengthSq
FLOAT D3DXVec3LengthSq(D3DXVECTOR3* v)
Undocumented in source. Be warned that the author may not have intended to support it.
D3DXVec3Transform
D3DXVECTOR4* D3DXVec3Transform(D3DXVECTOR4* pOut, D3DXVECTOR3* pV, D3DXMATRIX* pM)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXVec3TransformCoord
D3DXVECTOR3* D3DXVec3TransformCoord(D3DXVECTOR3* pOut, D3DXVECTOR3* pV, D3DXMATRIX* pM)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DXVec4Transform
D3DXVECTOR4* D3DXVec4Transform(D3DXVECTOR4* pOut, D3DXVECTOR4* pV, D3DXMATRIX* pM)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DXGetErrorDescription9A
char* DXGetErrorDescription9A(HRESULT hr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Interfaces

ID3DXBaseEffect
interface ID3DXBaseEffect
Undocumented in source.
ID3DXBaseMesh
interface ID3DXBaseMesh
Undocumented in source.
ID3DXBuffer
interface ID3DXBuffer
Undocumented in source.
ID3DXEffect
interface ID3DXEffect
Undocumented in source.
ID3DXEffectPool
interface ID3DXEffectPool
Undocumented in source.
ID3DXEffectStateManager
interface ID3DXEffectStateManager
Undocumented in source.
ID3DXFile
interface ID3DXFile
Undocumented in source.
ID3DXFileData
interface ID3DXFileData
Undocumented in source.
ID3DXFileEnumObject
interface ID3DXFileEnumObject
Undocumented in source.
ID3DXFileSaveData
interface ID3DXFileSaveData
Undocumented in source.
ID3DXFileSaveObject
interface ID3DXFileSaveObject
Undocumented in source.
ID3DXFont
interface ID3DXFont
Undocumented in source.
ID3DXInclude
interface ID3DXInclude
Undocumented in source.
ID3DXMesh
interface ID3DXMesh
Undocumented in source.
ID3DXPMesh
interface ID3DXPMesh
Undocumented in source.
ID3DXPatchMesh
interface ID3DXPatchMesh
Undocumented in source.
ID3DXSkinInfo
interface ID3DXSkinInfo
Undocumented in source.
ID3DXSprite
interface ID3DXSprite
Undocumented in source.

Structs

D3DXATTRIBUTERANGE
struct D3DXATTRIBUTERANGE
Undocumented in source.
D3DXATTRIBUTEWEIGHTS
struct D3DXATTRIBUTEWEIGHTS
Undocumented in source.
D3DXEFFECTDEFAULT
struct D3DXEFFECTDEFAULT
Undocumented in source.
D3DXEFFECTINSTANCE
struct D3DXEFFECTINSTANCE
Undocumented in source.
D3DXEFFECT_DESC
struct D3DXEFFECT_DESC
Undocumented in source.
D3DXEVENT_DESC
struct D3DXEVENT_DESC
Undocumented in source.
D3DXFONT_DESCA
struct D3DXFONT_DESCA
Undocumented in source.
D3DXFONT_DESCW
struct D3DXFONT_DESCW
Undocumented in source.
D3DXFRAME
struct D3DXFRAME
Undocumented in source.
D3DXFUNCTION_DESC
struct D3DXFUNCTION_DESC
Undocumented in source.
D3DXF_FILELOADMEMORY
struct D3DXF_FILELOADMEMORY
Undocumented in source.
D3DXF_FILELOADRESOURCE
struct D3DXF_FILELOADRESOURCE
Undocumented in source.
D3DXIMAGE_INFO
struct D3DXIMAGE_INFO
Undocumented in source.
D3DXKEY_CALLBACK
struct D3DXKEY_CALLBACK
Undocumented in source.
D3DXKEY_QUATERNION
struct D3DXKEY_QUATERNION
Undocumented in source.
D3DXKEY_VECTOR3
struct D3DXKEY_VECTOR3
Undocumented in source.
D3DXMACRO
struct D3DXMACRO
Undocumented in source.
D3DXMATERIAL
struct D3DXMATERIAL
Undocumented in source.
D3DXMESHCONTAINER
struct D3DXMESHCONTAINER
Undocumented in source.
D3DXMESHDATA
struct D3DXMESHDATA
Undocumented in source.
D3DXPARAMETER_DESC
struct D3DXPARAMETER_DESC
Undocumented in source.
D3DXPASS_DESC
struct D3DXPASS_DESC
Undocumented in source.
D3DXPATCHINFO
struct D3DXPATCHINFO
Undocumented in source.
D3DXPLANE
struct D3DXPLANE
Undocumented in source.
D3DXQUATERNION
struct D3DXQUATERNION
Undocumented in source.
D3DXSEMANTIC
struct D3DXSEMANTIC
Undocumented in source.
D3DXTECHNIQUE_DESC
struct D3DXTECHNIQUE_DESC
Undocumented in source.
D3DXTRACK_DESC
struct D3DXTRACK_DESC
Undocumented in source.
D3DXVECTOR2
struct D3DXVECTOR2
Undocumented in source.
D3DXVECTOR4
struct D3DXVECTOR4
Undocumented in source.
TEXTMETRICA
struct TEXTMETRICA
Undocumented in source.
TEXTMETRICW
struct TEXTMETRICW
Undocumented in source.
XFILECOMPRESSEDANIMATIONSET
struct XFILECOMPRESSEDANIMATIONSET
Undocumented in source.

Templates

DEFINE_GUID
template DEFINE_GUID(uint d1, ushort d2, ushort d3, ubyte d4, ubyte d5, ubyte d6, ubyte d7, ubyte d8, ubyte d9, ubyte d10, ubyte d11)
Undocumented in source.

Variables

D3DRM_XTEMPLATES
ubyte D3DRM_XTEMPLATES;
Undocumented in source.
D3DX_DEFAULT
uint D3DX_DEFAULT;
Undocumented in source.
DXFILEOBJ_AnimTicksPerSecond
GUID DXFILEOBJ_AnimTicksPerSecond;
Undocumented in source.
DXFILEOBJ_CompressedAnimationSet
GUID DXFILEOBJ_CompressedAnimationSet;
Undocumented in source.
DXFILEOBJ_DeclData
GUID DXFILEOBJ_DeclData;
Undocumented in source.
DXFILEOBJ_EffectDWord
GUID DXFILEOBJ_EffectDWord;
Undocumented in source.
DXFILEOBJ_EffectFloats
GUID DXFILEOBJ_EffectFloats;
Undocumented in source.
DXFILEOBJ_EffectInstance
GUID DXFILEOBJ_EffectInstance;
Undocumented in source.
DXFILEOBJ_EffectParamDWord
GUID DXFILEOBJ_EffectParamDWord;
Undocumented in source.
DXFILEOBJ_EffectParamFloats
GUID DXFILEOBJ_EffectParamFloats;
Undocumented in source.
DXFILEOBJ_EffectParamString
GUID DXFILEOBJ_EffectParamString;
Undocumented in source.
DXFILEOBJ_EffectString
GUID DXFILEOBJ_EffectString;
Undocumented in source.
DXFILEOBJ_FVFData
GUID DXFILEOBJ_FVFData;
Undocumented in source.
DXFILEOBJ_FaceAdjacency
GUID DXFILEOBJ_FaceAdjacency;
Undocumented in source.
DXFILEOBJ_PMAttributeRange
GUID DXFILEOBJ_PMAttributeRange;
Undocumented in source.
DXFILEOBJ_PMInfo
GUID DXFILEOBJ_PMInfo;
Undocumented in source.
DXFILEOBJ_PMVSplitRecord
GUID DXFILEOBJ_PMVSplitRecord;
Undocumented in source.
DXFILEOBJ_Patch
GUID DXFILEOBJ_Patch;
Undocumented in source.
DXFILEOBJ_PatchMesh
GUID DXFILEOBJ_PatchMesh;
Undocumented in source.
DXFILEOBJ_PatchMesh9
GUID DXFILEOBJ_PatchMesh9;
Undocumented in source.
DXFILEOBJ_SkinWeights
GUID DXFILEOBJ_SkinWeights;
Undocumented in source.
DXFILEOBJ_VertexDuplicationIndices
GUID DXFILEOBJ_VertexDuplicationIndices;
Undocumented in source.
DXFILEOBJ_VertexElement
GUID DXFILEOBJ_VertexElement;
Undocumented in source.
DXFILEOBJ_XSkinMeshHeader
GUID DXFILEOBJ_XSkinMeshHeader;
Undocumented in source.
IID_ID3DXFile
GUID IID_ID3DXFile;
Undocumented in source.
IID_ID3DXFileData
GUID IID_ID3DXFileData;
Undocumented in source.
IID_ID3DXFileEnumObject
GUID IID_ID3DXFileEnumObject;
Undocumented in source.
IID_ID3DXFileSaveData
GUID IID_ID3DXFileSaveData;
Undocumented in source.
IID_ID3DXFileSaveObject
GUID IID_ID3DXFileSaveObject;
Undocumented in source.
LF_FACESIZE
uint LF_FACESIZE;
Undocumented in source.
MAXD3DDECLLENGTH
uint MAXD3DDECLLENGTH;
Undocumented in source.
MAX_FVF_DECL_SIZE
uint MAX_FVF_DECL_SIZE;
Undocumented in source.
TID_D3DRMAnimation
GUID TID_D3DRMAnimation;
Undocumented in source.
TID_D3DRMAnimationKey
GUID TID_D3DRMAnimationKey;
Undocumented in source.
TID_D3DRMAnimationOptions
GUID TID_D3DRMAnimationOptions;
Undocumented in source.
TID_D3DRMAnimationSet
GUID TID_D3DRMAnimationSet;
Undocumented in source.
TID_D3DRMAppData
GUID TID_D3DRMAppData;
Undocumented in source.
TID_D3DRMBoolean
GUID TID_D3DRMBoolean;
Undocumented in source.
TID_D3DRMBoolean2d
GUID TID_D3DRMBoolean2d;
Undocumented in source.
TID_D3DRMCamera
GUID TID_D3DRMCamera;
Undocumented in source.
TID_D3DRMColorRGB
GUID TID_D3DRMColorRGB;
Undocumented in source.
TID_D3DRMColorRGBA
GUID TID_D3DRMColorRGBA;
Undocumented in source.
TID_D3DRMCoords2d
GUID TID_D3DRMCoords2d;
Undocumented in source.
TID_D3DRMExternalVisual
GUID TID_D3DRMExternalVisual;
Undocumented in source.
TID_D3DRMFloatKeys
GUID TID_D3DRMFloatKeys;
Undocumented in source.
TID_D3DRMFrame
GUID TID_D3DRMFrame;
Undocumented in source.
TID_D3DRMFramePosition
GUID TID_D3DRMFramePosition;
Undocumented in source.
TID_D3DRMFrameRotation
GUID TID_D3DRMFrameRotation;
Undocumented in source.
TID_D3DRMFrameTransformMatrix
GUID TID_D3DRMFrameTransformMatrix;
Undocumented in source.
TID_D3DRMFrameVelocity
GUID TID_D3DRMFrameVelocity;
Undocumented in source.
TID_D3DRMGuid
GUID TID_D3DRMGuid;
Undocumented in source.
TID_D3DRMIndexedColor
GUID TID_D3DRMIndexedColor;
Undocumented in source.
TID_D3DRMInfo
GUID TID_D3DRMInfo;
Undocumented in source.
TID_D3DRMInlineData
GUID TID_D3DRMInlineData;
Undocumented in source.
TID_D3DRMLight
GUID TID_D3DRMLight;
Undocumented in source.
TID_D3DRMLightAttenuation
GUID TID_D3DRMLightAttenuation;
Undocumented in source.
TID_D3DRMLightPenumbra
GUID TID_D3DRMLightPenumbra;
Undocumented in source.
TID_D3DRMLightRange
GUID TID_D3DRMLightRange;
Undocumented in source.
TID_D3DRMLightUmbra
GUID TID_D3DRMLightUmbra;
Undocumented in source.
TID_D3DRMMaterial
GUID TID_D3DRMMaterial;
Undocumented in source.
TID_D3DRMMaterialAmbientColor
GUID TID_D3DRMMaterialAmbientColor;
Undocumented in source.
TID_D3DRMMaterialArray
GUID TID_D3DRMMaterialArray;
Undocumented in source.
TID_D3DRMMaterialDiffuseColor
GUID TID_D3DRMMaterialDiffuseColor;
Undocumented in source.
TID_D3DRMMaterialEmissiveColor
GUID TID_D3DRMMaterialEmissiveColor;
Undocumented in source.
TID_D3DRMMaterialPower
GUID TID_D3DRMMaterialPower;
Undocumented in source.
TID_D3DRMMaterialSpecularColor
GUID TID_D3DRMMaterialSpecularColor;
Undocumented in source.
TID_D3DRMMaterialWrap
GUID TID_D3DRMMaterialWrap;
Undocumented in source.
TID_D3DRMMatrix4x4
GUID TID_D3DRMMatrix4x4;
Undocumented in source.
TID_D3DRMMesh
GUID TID_D3DRMMesh;
Undocumented in source.
TID_D3DRMMeshFace
GUID TID_D3DRMMeshFace;
Undocumented in source.
TID_D3DRMMeshFaceWraps
GUID TID_D3DRMMeshFaceWraps;
Undocumented in source.
TID_D3DRMMeshMaterialList
GUID TID_D3DRMMeshMaterialList;
Undocumented in source.
TID_D3DRMMeshNormals
GUID TID_D3DRMMeshNormals;
Undocumented in source.
TID_D3DRMMeshTextureCoords
GUID TID_D3DRMMeshTextureCoords;
Undocumented in source.
TID_D3DRMMeshVertexColors
GUID TID_D3DRMMeshVertexColors;
Undocumented in source.
TID_D3DRMProgressiveMesh
GUID TID_D3DRMProgressiveMesh;
Undocumented in source.
TID_D3DRMPropertyBag
GUID TID_D3DRMPropertyBag;
Undocumented in source.
TID_D3DRMRightHanded
GUID TID_D3DRMRightHanded;
Undocumented in source.
TID_D3DRMStringProperty
GUID TID_D3DRMStringProperty;
Undocumented in source.
TID_D3DRMTextureFilename
GUID TID_D3DRMTextureFilename;
Undocumented in source.
TID_D3DRMTextureReference
GUID TID_D3DRMTextureReference;
Undocumented in source.
TID_D3DRMTimedFloatKeys
GUID TID_D3DRMTimedFloatKeys;
Undocumented in source.
TID_D3DRMUrl
GUID TID_D3DRMUrl;
Undocumented in source.
TID_D3DRMVector
GUID TID_D3DRMVector;
Undocumented in source.
XEXTENSIONS_TEMPLATES
char[] XEXTENSIONS_TEMPLATES;
Undocumented in source.
XSKINEXP_TEMPLATES
char[] XSKINEXP_TEMPLATES;
Undocumented in source.

Meta