mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
mesa/get: fix a breakage after rebase
trivial.
This commit is contained in:
parent
9f2e22bf34
commit
d8e4908b63
1 changed files with 1 additions and 0 deletions
|
|
@ -1093,6 +1093,7 @@ find_custom_value(struct gl_context *ctx, const struct value_desc *d, union valu
|
|||
break;
|
||||
case GL_SAMPLE_BUFFERS:
|
||||
v->value_int = _mesa_geometric_samples(ctx->DrawBuffer) > 0;
|
||||
break;
|
||||
/* GL_ATI_meminfo & GL_NVX_gpu_memory_info */
|
||||
case GL_VBO_FREE_MEMORY_ATI:
|
||||
case GL_TEXTURE_FREE_MEMORY_ATI:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue