glVertexAttribIFormat method

void glVertexAttribIFormat(
  1. int attribindex,
  2. int size,
  3. int type,
  4. int relativeoffset,
)

Implementation

void glVertexAttribIFormat(
  int attribindex,
  int size,
  int type,
  int relativeoffset,
) {
  return _glVertexAttribIFormat(
    attribindex,
    size,
    type,
    relativeoffset,
  );
}