menu
Dart
dart:web_gl
RenderingContext2
uniform2f method
uniform2f
brightness_4
brightness_5
description
uniform2f
method
void
uniform2f
(
UniformLocation
?
location
,
num
x
,
num
y
)
Implementation
void uniform2f(UniformLocation? location, num x, num y) native;
Dart
dart:web_gl
RenderingContext2
uniform2f method
RenderingContext2 class