glVertexAttribIFormat method
Implementation
void glVertexAttribIFormat(
int attribindex,
int size,
int type,
int relativeoffset,
) {
return (_glVertexAttribIFormat ??= _dylib.lookupFunction<
_c_glVertexAttribIFormat,
_dart_glVertexAttribIFormat>('glVertexAttribIFormat'))(
attribindex,
size,
type,
relativeoffset,
);
}