X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fmtypes.h;h=6c09948af04530f2c824124733f9928b8b8063ef;hb=e26a978773ba8fbff04cd2ab3342fcb02e90c06e;hp=36c6e201aae35b2c55c4078e114ee9f72573c87c;hpb=1cd19ebc4a892ada69f9085892441c00674b2764;p=mesa.git diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 36c6e201aae..6c09948af04 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2494,6 +2494,11 @@ struct gl_uniform_block */ GLuint Binding; + /** + * Vulkan descriptor set qualifier for this block. + */ + GLuint Set; + /** * Minimum size (in bytes) of a buffer object to back this uniform buffer * (GL_UNIFORM_BLOCK_DATA_SIZE).