X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmesa%2Fmain%2Fglthread.h;h=5e99602b4188aa949d88b3a57871197f6cf1ba63;hb=fb95a4693f05b8a64d61267409fcdce937dd3383;hp=021d52130841732d85e1d9f9d5a01b91148899f0;hpb=c920572f603b5e0ac062501593a4ed6b53bc8f40;p=mesa.git diff --git a/src/mesa/main/glthread.h b/src/mesa/main/glthread.h index 021d5213084..5e99602b418 100644 --- a/src/mesa/main/glthread.h +++ b/src/mesa/main/glthread.h @@ -94,6 +94,7 @@ struct glthread_state * buffer) binding is in a VBO. */ bool element_array_is_vbo; + bool draw_indirect_buffer_is_vbo; }; void _mesa_glthread_init(struct gl_context *ctx);