Expand description
Shader hot-reload support for vk-graph pipelines.
Structsยง
- HotCompute
Pipeline - A compute pipeline wrapper that recompiles its shader when source files change.
- HotGraphics
Pipeline - A graphics pipeline wrapper that recompiles its shaders when source files change.
- HotRay
Tracing Pipeline - A ray tracing pipeline wrapper that recompiles its shaders when source files change.
- HotShader
- Describes a shader program which runs on some pipeline stage.
- HotShader
Builder - Builder for
HotShader.