Closed kvark closed 9 years ago
LGTM
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.
btw, you are the owner of gfx_pipeline
now
@kvark Doing cargo publish
directly is nice.
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 toTechnique::compile()
.