grovesNL / spirv_cross

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

Update readme/submodule and expose more MSL otions #98

Closed grovesNL closed 5 years ago

grovesNL commented 5 years ago

Fixes #95

grovesNL commented 5 years ago

cc @kvark please take a look

codecov[bot] commented 5 years ago

Codecov Report

Merging #98 into master will increase coverage by 6.08%. The diff coverage is 27.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
+ Coverage   40.85%   46.93%   +6.08%     
==========================================
  Files           7        7              
  Lines        1104     1208     +104     
==========================================
+ Hits          451      567     +116     
+ Misses        653      641      -12
Impacted Files Coverage Δ
spirv_cross/src/bindings_native.rs 0.35% <0%> (-0.04%) :arrow_down:
spirv_cross/src/msl.rs 47.44% <37.93%> (+47.44%) :arrow_up:
spirv_cross/src/spirv.rs 31.36% <0%> (+1.45%) :arrow_up:
spirv_cross/src/compiler.rs 76.35% <0%> (+1.72%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1ea6ad4...66128e0. Read the comment docs.

grovesNL commented 5 years ago

bors r=kvark

bors[bot] commented 5 years ago

Build succeeded