Add missing WGPUGlobal to wgpu-remote bindings

This commit is contained in:
Dzmitry Malyshau
2019-11-21 15:25:02 -05:00
committed by GitHub
parent 73b33ea76e
commit b6e7b1f204

View File

@@ -9,6 +9,7 @@ autogen_warning = """/* DO NOT MODIFY THIS MANUALLY! This file was generated usi
*/
typedef void WGPUEmpty;
typedef struct WGPUGlobal WGPUGlobal;
"""
include_version = true
braces = "SameLine"