|
XLE
v0.02.0
|
Specifies a limited part of a resource More...
#include <IBufferUploads.h>
Public Member Functions | |
| PartialResource (const Box2D &box=Box2D(), unsigned lodLevelMin=0, unsigned lodLevelMax=0, unsigned arrayIndexMin=0, unsigned arrayIndexMax=0) | |
Public Attributes | |
| Box2D | _box |
| unsigned | _lodLevelMin |
| unsigned | _lodLevelMax |
| unsigned | _arrayIndexMin |
| unsigned | _arrayIndexMax |
Specifies a limited part of a resource
When we want to upload new data for only part of a resource (for example, just one mip map), we can use PartialResource to define a limited area within a resource
1.8.10