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