Struct ResourceDataRequest

Struct Documentation

struct ResourceDataRequest

Used to request the updated contents of a list of resource at a given index.

In order to request the contents of the resource at frame start, pass in -1 for the index.

Public Members

int64_t index = 0

The index of the call in the range to pull resources from.

std::vector<RequestedResource> requestedResources

The list of desired resources.

Public Static Attributes

static const int64_t kRangeBegin = -1

Used to request initial resource data at the beginning of the range.