glGetProgramResourceLocation method
Implementation
int glGetProgramResourceLocation(
int program,
int programInterface,
ffi.Pointer<ffi.Int8> name,
) {
return _glGetProgramResourceLocation(
program,
programInterface,
name,
);
}