getTransformFeedbackVarying method
Implementation
WebGLActiveInfo? getTransformFeedbackVarying(
WebGLProgram program, int index) =>
js_util.callMethod(this, 'getTransformFeedbackVarying', [program, index]);
WebGLActiveInfo? getTransformFeedbackVarying(
WebGLProgram program, int index) =>
js_util.callMethod(this, 'getTransformFeedbackVarying', [program, index]);