Tagged Questions
5
votes
1answer
514 views
On Creating a D3DX10 texture atlas
I have a DirectX10 texture (ID3D10Texture2D) that I load from disk with the following code:
CComPtr<ID3D10Device> spD3D; // Initialized correctly elsewhere
hr = D3DX10CreateTextureFromFile(
...