uniform1i 方法

void uniform1i(
  1. UniformLocation? location,
  2. int x
)

实现

void uniform1i(UniformLocation? location, int x) native;