mgpuCreateBuffer function
Implementation
MGPUBuffer mgpuCreateBuffer(int elements, int dataType) {
return _mgpuCreateBuffer(elements.toJS, dataType.toJS);
}
MGPUBuffer mgpuCreateBuffer(int elements, int dataType) {
return _mgpuCreateBuffer(elements.toJS, dataType.toJS);
}