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