Skip to content

fixes picking in compatibility profiles, when TextureBuffers are used.

Martin Schultz requested to merge fixCompatPicking into master

Previous version of the code did not call glTextureBuffer in compat contexts. However glSpec says glTextureBufferARB and glTextureBuffer are aliased, so it can be called as long as extension is available, or context is at least 3.1

Merge request reports