gfx-rs / gfx_scene

deprecated
Apache License 2.0
15 stars 1 forks source link

Remove ViewInfo from compile() parameters #43

Closed kvark closed 9 years ago

kvark commented 9 years ago

Conceptually, ViewInfo is something provided by the higher-level code (a pipeline, for example), containing spatial/view information. This data can be changed any frame at will. No need to provide it as an argument to Technique::compile().

ghost commented 9 years ago

LGTM

kvark commented 9 years ago

I just found out that with version = on local dependencies I can publish it without touching Cargo.toml (I used to comment out the path = thing). Pretty cool! Gives me the green light for future multi-crate repositories.

kvark commented 9 years ago

btw, you are the owner of gfx_pipeline now

bvssvni commented 9 years ago

@kvark Doing cargo publish directly is nice.