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