Skip to content

glGetBufferParameteriv

return parameters of a buffer object

function glGetBufferParameteriv(int $target, int $pname, int &$params) : void
arguments
  1. int $target Specifies the target to which the buffer object is bound for glGetBufferParameteriv and glGetBufferParameteri64v. Must be one of the buffer binding targets in the following table:
  2. int $pname
  3. int $params
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/.