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