This patch adds support for CPU side buffers for the result class. A new storage type member was added to identify the type of buffer storage, and allocation will either allocate a GPU texture or a CPU buffer based on the context's GPU usage.
This patch adds support for CPU side buffers for the result class. A new storage type member was added to identify the type of buffer storage, and allocation will either allocate a GPU texture or a CPU buffer based on the context's GPU usage.