Dart
dart:web_gl
RenderingContext2
shaderSource method
description
shaderSource method
void
shaderSource
(
Shader
shader
,
String
string
)
Implementation
void
shaderSource(Shader shader,
String
string) native;