vk-graph-hot 0.1.1

Hot-reloading shader pipelines for vk-graph
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# _vk-graph Hot_ Example Code

## Getting Started

Hot-reloading shader pipelines are drop-in replacements for regular shader pipelines. Use the code
below to get started.

See the [README](../README.md) for more information.

## Example Code

| Example | Instructions | Preview |
| --- | --- | :---: |
| [glsl.rs]glsl.rs | <pre>cargo run --example glsl</pre> | <img alt="Preview" src="../.github/img/plasma.png" height=149 width=176> |
| [hlsl.rs]hlsl.rs | <pre>cargo run --example hlsl</pre> | <img alt="Preview" src="../.github/img/plasma.png" height=149 width=176> |