Module rustic_zen::image

source ·
Expand description

Module providing render targets for both Software and Hardware accelerated image rendering.

Structs§

  • Represents an image while ray rendering is happening
  • Provides a context for rendering an image on the GPU

Traits§

  • This trait provides interfaces to extract the image data from a render target.
  • This trait provideds an render target to be passed to the renderer.