glGetActiveAttrib method
void
glGetActiveAttrib()
Implementation
void glGetActiveAttrib(
int program,
int index,
int bufSize,
ffi.Pointer<ffi.Int32> length,
ffi.Pointer<ffi.Int32> size,
ffi.Pointer<ffi.Uint32> type,
ffi.Pointer<ffi.Int8> name,
) {
return _glGetActiveAttrib(
program,
index,
bufSize,
length,
size,
type,
name,
);
}