mgpuDestroyContext function
Implementation
Future<void> mgpuDestroyContext() async {
await ccall(
"mgpuDestroyContext".toJS,
"void".toJS,
<JSAny>[].toJSDeep,
<JSAny>[].toJSDeep,
{"async": true}.toJSDeep,
).toDart;
}
Future<void> mgpuDestroyContext() async {
await ccall(
"mgpuDestroyContext".toJS,
"void".toJS,
<JSAny>[].toJSDeep,
<JSAny>[].toJSDeep,
{"async": true}.toJSDeep,
).toDart;
}