uniform1f 方法

void uniform1f(
  1. UniformLocation? location,
  2. num x
)

实现

void uniform1f(UniformLocation? location, num x) native;