Skip to main content

Crate vk_graph_hot

Crate vk_graph_hot 

Source
Expand description

Shader hot-reload support for vk-graph pipelines.

Structsยง

HotComputePipeline
A compute pipeline wrapper that recompiles its shader when source files change.
HotGraphicsPipeline
A graphics pipeline wrapper that recompiles its shaders when source files change.
HotRayTracingPipeline
A ray tracing pipeline wrapper that recompiles its shaders when source files change.
HotShader
Describes a shader program which runs on some pipeline stage.
HotShaderBuilder
Builder for HotShader.