menu
Dart
dart:web_gl
RenderingContext
uniform3f method
uniform3f
dark_mode
light_mode
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
RenderingContext
uniform3f method
RenderingContext class
Cookies management controls