nobs-vkpipes-macro-0.1.0 doesn't have any documentation.
nobs-vkpipes-macro
Proc-Macro crate for nobs-vkpipes
This crate defines the actual proc macros for the pipeline and shader stage code generation
Example
This is a simple example that sets up a compute pipeline.
All the magic happens in vk::pipes::pipeline!
macro!
We define the pipeline with several comma separated fields, paths are always specified relative to the compilied crate's cargo.toml:
See pipeline and shader for complete list of supported options.
extern crate nobs_vulkanism as vk;
// declare the module that will contain our pipeline