We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As far as I know there is no known method to get the iGPU memory usage. Maybe this can be implemented in Mesa?
The text was updated successfully, but these errors were encountered:
How this is related to AB ? I'm not going to implement this in Mesa for sure :D
Sorry, something went wrong.
It's not directly related to AB, i just found the method:
GLint GpuInfo::getAvailMem()
I'm pretty clueless, just throwing out ideas. Could you point me where i could propose an addition to get the Intel iGPU memory usage? Mesa? OpenGL?
Hi, here is the place where we estimate the GPU memory usage: https://github.com/kmkolasinski/AwesomeBump/blob/Release/Sources/gpuinfo.cpp
No branches or pull requests
As far as I know there is no known method to get the iGPU memory usage.
Maybe this can be implemented in Mesa?
The text was updated successfully, but these errors were encountered: