WasmLitIntAlloc<L extends TypedDataList, P extends WasmSizedPointer<int>> constructor

WasmLitIntAlloc<L extends TypedDataList, P extends WasmSizedPointer<int>>(
  1. RaylibTemp temp,
  2. String name, {
  3. required int byteSize,
  4. required P pointerFactory(
    1. int ptr
    ),
  5. required L fromList(
    1. Iterable<num> list
    ),
  6. required L asView(
    1. int ptr,
    2. int length
    ),
  7. required L fromBuffer(
    1. ByteBuffer buffer,
    2. int offsetInBytes,
    3. int length
    ),
})

Implementation

WasmLitIntAlloc(super.temp, super.name, {
  required super.byteSize,
  required super.pointerFactory,
  required super.fromList,
  required super.asView,
  required super.fromBuffer,
});