Skip to content

glBindBuffer

bind a named buffer object

function glBindBuffer(int $target, int $buffer) : void
arguments
  1. int $target Specifies the target to which the buffer object is bound, which must be one of the buffer binding targets in the following table:
  2. int $buffer Specifies the name of a buffer object.
returns

void


Copyright © 2010-2014 Khronos Group

This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. https://opencontent.org/openpub/.