Module graph

Module graph 

Source
Expand description

Rendering operations and command submission.

Modules§

node
Bindings for Vulkan smart-pointer resources.
pass_ref
Strongly-typed rendering commands.

Structs§

ClearColorValue
Specifies a color attachment clear value which can be used to initliaze an image.
RenderGraph
A composable graph of render pass operations.
Resolver
A structure which can read and execute render graphs. This pattern was derived from:

Traits§

Bind
A trait for resources which may be bound to a RenderGraph.
Unbind
A trait for resources which may be unbound from a RenderGraph.