Struct DeviceQueryManagers

Struct Documentation

struct DeviceQueryManagers

Struct that holds a graphics logical device handle/pointer and associated query managers created using it.

Note

This implies all of the query managers are associated with the same graphics API.

Public Members

void *device

Graphics logical device handle/pointer. Valid if non-null.

QueryManagerVector queryManagerVector

Vector of query managers created using device (each will have a unique type). If device is non-null, its size will be positive. Otherwise, its size will be zero.