This commit is contained in:
Branimir Karadžić 2017-10-11 16:24:03 -07:00
parent 3c94fa9a65
commit 1c7f8a3512

View File

@ -805,8 +805,8 @@ namespace bgfx
uint32_t numCompute; //!< Number of compute calls submitted. uint32_t numCompute; //!< Number of compute calls submitted.
uint32_t maxGpuLatency; //!< GPU driver latency. uint32_t maxGpuLatency; //!< GPU driver latency.
int64_t gpuMemoryMax; //!< Maximum available GPU memory. int64_t gpuMemoryMax; //!< Maximum available GPU memory for application.
int64_t gpuMemoryUsed; //!< Available GPU memory. int64_t gpuMemoryUsed; //!< Amount of GPU memory used.
uint16_t width; //!< Backbuffer width in pixels. uint16_t width; //!< Backbuffer width in pixels.
uint16_t height; //!< Backbuffer height in pixels. uint16_t height; //!< Backbuffer height in pixels.