dart / 2 / dart-web_gl / renderingcontext2 / bufferdata2.html

bufferData2 method

  1. @JSName('bufferData')
void bufferData2(
  1. int target,
  2. TypedData srcData,
  3. int usage,
  4. int srcOffset,
  5. [int? length]
)
@JSName('bufferData')

Implementation

@JSName('bufferData')
void bufferData2(int target, TypedData srcData, int usage, int srcOffset,
    [int? length]) native;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-web_gl/RenderingContext2/bufferData2.html