grovesNL / spirv_cross

Safe Rust wrapper around SPIRV-Cross
Apache License 2.0
86 stars 42 forks source link

Add wasm bindings for buffer_ranges_function #131

Closed glalonde closed 4 years ago

glalonde commented 4 years ago

I definitely messed up my fork with rebases, but the commits are all the same.

I'm not sure why spirv_cross msl/hlsl aren't working, but it seems someone disabled them in #111, maybe with good reason. So I changed the wasm CI script to only run the glsl example for that target(is that the only dialect that will run via javascript?).

glalonde commented 4 years ago

The build passes: https://travis-ci.com/glalonde/spirv_cross/builds/147020797

glalonde commented 4 years ago

If you'd prefer not to install emcc, I can do these steps after merging this PR.

sgtm, I'm not sure how to do that.

grovesNL commented 4 years ago

Ok sounds good

(If you're ever interested for some reason, the Emscripten SDK installation guide is located at https://emscripten.org/docs/getting_started/downloads.html)

bors r+

bors[bot] commented 4 years ago

Build succeeded