We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21c957 commit 25aa0efCopy full SHA for 25aa0ef
README.md
@@ -8,7 +8,7 @@ Dynamic binding to [gfx-rs/wgpu-native](https://github.com/gfx-rs/wgpu-native) b
8
Usage:
9
```
10
"dependencies": {
11
- "bindbc-wgpu": "0.18.0"
+ "bindbc-wgpu": "0.19.0"
12
}
13
14
demo/src/main.d
@@ -120,8 +120,6 @@ void main(string[] args)
120
next: null,
121
sType: cast(WGPUSType)WGPUNativeSType.DeviceExtras
122
},
123
- // nativeFeatures: WGPUNativeFeature.TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES,
124
- // label: "Device",
125
tracePath: null,
126
};
127
WGPURequiredLimits limits = {
0 commit comments