mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 07:40:38 +02:00
mesa: adjust incorrect comment in texture_buffer_range
This commit is contained in:
parent
6aeaa7d363
commit
f674b50d0e
1 changed files with 2 additions and 2 deletions
|
|
@ -5472,8 +5472,8 @@ texture_buffer_range(struct gl_context *ctx,
|
|||
GLsizeiptr oldSize = texObj->BufferSize;
|
||||
mesa_format format;
|
||||
|
||||
/* NOTE: ARB_texture_buffer_object has interactions with
|
||||
* the compatibility profile that are not implemented.
|
||||
/* NOTE: ARB_texture_buffer_object might not be supported in
|
||||
* the compatibility profile.
|
||||
*/
|
||||
if (!_mesa_has_ARB_texture_buffer_object(ctx) &&
|
||||
!_mesa_has_OES_texture_buffer(ctx)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue