XLE  v0.02.0
Public Member Functions | Public Attributes | List of all members
BufferUploads::PartialResource Class Reference

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
 

Detailed Description

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


The documentation for this class was generated from the following file: