menu
Dart
dart:web_gl
RenderingContext2
uniform2fv method
uniform2fv
brightness_4
brightness_5
description
uniform2fv
method
void
uniform2fv
(
UniformLocation
?
location
,
dynamic
v
)
Implementation
void uniform2fv(UniformLocation? location, v) native;
Dart
dart:web_gl
RenderingContext2
uniform2fv method
RenderingContext2 class