RTSHADER_API HRESULT DX10View_UploadTexture3D
(
XSI_RTS_Texture* in_pImage,
ID3D10Texture3D** out_pT3d,
ID3D10ShaderResourceView** out_pTView
);
ID3D10Texture3D to the DirectX 10 device. | in_pImage | Texture information coming from Softimage to be uploaded to DX10 |
| out_pT3d | 3D texture interface to the newly uploaded texture that will be used to manipulate the DX10 texture | |
| out_pTView | Shader resource interface to the newly uploaded texture that will be used to manipulate the texture as a shader resource |