getUniformBlockIndex method Null safety

int getUniformBlockIndex(
  1. Program program,
  2. String uniformBlockName
)

Implementation

int getUniformBlockIndex(Program program, String uniformBlockName) native;