menu
Dart
dart:web_gl
RenderingContext2
getFragDataLocation method
getFragDataLocation
brightness_4
brightness_5
description
getFragDataLocation
method
int
getFragDataLocation
(
Program
program
,
String
name
)
Implementation
int getFragDataLocation(Program program, String name) native;
Dart
dart:web_gl
RenderingContext2
getFragDataLocation method
RenderingContext2 class