Module screen_13::graph

source ·
Expand description

Rendering operations and command submission.

Modules§

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

Structs§

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

Traits§

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