Dart
dart:web_gl
RenderingContext
vertexAttrib4f method
description
vertexAttrib4f method
void
vertexAttrib4f
(
int
indx
,
num
x
,
num
y
,
num
z
,
num
w
)
Implementation
void
vertexAttrib4f(
int
indx,
num
x,
num
y,
num
z,
num
w) native;