Microsoft DirectX 8.1 (C++) |
Creates a volume texture from a file in memory.
HRESULT D3DXCreateVolumeTextureFromFileInMemory( LPDIRECT3DDEVICE8 pDevice, LPCVOID pSrcData, UINT SrcData, LPDIRECT3DVOLUMETEXTURE8* ppVolumeTexture );
If the function succeeds, the return value is D3D_OK.
If the function fails, the return value can be one of the following values.
D3DERR_NOTAVAILABLE |
D3DERR_OUTOFVIDEOMEMORY |
D3DERR_INVALIDCALL |
D3DXERR_INVALIDDATA |
E_OUTOFMEMORY |
This function supports the following file formats: .bmp, .dds, .dib, .jpg, .png, and .tga.
Note that a resource created with this function will be placed in the memory class denoted by D3DPOOL_MANAGED.
Header: Declared in D3dx8tex.h.
Import Library: Use D3dx8.lib.
D3DXCreateVolumeTextureFromFile, D3DXCreateVolumeTextureFromFileEx, D3DXCreateVolumeTextureFromResource, D3DXCreateVolumeTextureFromResourceEx, D3DXCreateVolumeTextureFromFileInMemoryEx