- 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.