gaclen_shader 0.0.14

Tweaked re-export of vulkano_shader! procedural macro.
Documentation

Tweaked version of vulkano_shader! macro.

In order to function the macro requires access to gaclen crate:

// Allow `shader!` macro to use this project's gaclen dependency.
extern crate gaclen;

The changes include tweaks to the generated code to use gaclen::vulkano to avoid the necessity of including vulkano in gaclen-dependent projects.