| Value | Meaning |
|---|---|
| ArrayGL_ARRAY_BUFFER | Vertex attributes |
| AtomicCounterGL_ATOMIC_COUNTER_BUFFER | Atomic counter storage |
| CopyReadGL_COPY_READ_BUFFER | Buffer copy source |
| CopyWriteGL_COPY_WRITE_BUFFER | Buffer copy destination |
| DispatchIndirectGL_DISPATCH_INDIRECT_BUFFER | Indirect compute dispatch commands |
| DrawIndirectGL_DRAW_INDIRECT_BUFFER | Indirect command arguments |
| ElementArrayGL_ELEMENT_ARRAY_BUFFER | Vertex array indices |
| PixelPackGL_PIXEL_PACK_BUFFER | Pixel read target |
| PixelUnpackGL_PIXEL_UNPACK_BUFFER | Texture data source |
| QueryGL_QUERY_BUFFER | Query result buffer |
| ShaderStorageGL_SHADER_STORAGE_BUFFER | Read-write storage for shaders |
| TextureGL_TEXTURE_BUFFER | Texture data buffer |
| TransformFeedbackGL_TRANSFORM_FEEDBACK_BUFFER | Transform feedback buffer |
| UniformGL_UNIFORM_BUFFER | Uniform block storage |