pandap / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

CopySubresourceRegion does not allow null ResourceRegion #851

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
v2.0.50727
2.0.12.43

CopySubresourceRegion should allow a NULL ResourceRegion to allow copying of an 
entire source subresource as indicated in MS documentation:

ID3D10Device::CopySubresourceRegion Method

pSrcBox [in] 
D3D10_BOX 
A 3D box (see D3D10_BOX) that defines the source subresources that can be 
copied. If NULL, the entire source subresource is copied. The box must fit 
within the source resource.

Original issue reported on code.google.com by danaball...@gmail.com on 28 Nov 2011 at 6:32

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2157.

Original comment by promit....@gmail.com on 25 Dec 2011 at 1:25