bindbc-wgpu icon indicating copy to clipboard operation
bindbc-wgpu copied to clipboard

WebGPU for D

Results 1 bindbc-wgpu issues
Sort by recently updated
recently updated
newest added

@gecko0307 From your [comment](https://github.com/gecko0307/bindbc-wgpu/issues/7#issuecomment-721411747) in #7, the wgpu function declarations are being hand-written? ## Alternatives https://wiki.dlang.org/Bindings#Binding_generators - [cbindgen](https://github.com/eqrion/cbindgen#readme) @moon-chilled's common format issue: eqrion/cbindgen#616 - [dpp](https://github.com/atilaneves/dpp) I was seeing success using...

enhancement