Module naga::back::spv::image

source ยท
Expand description

Generating SPIR-V for image operations.

Structsยง

  • ImageCoordinates ๐Ÿ”’
    Information about a vector of coordinates.
  • Load ๐Ÿ”’
    Texel access information for an ImageLoad expression.
  • Store ๐Ÿ”’
    Texel access information for a Store statement.

Traitsยง

  • Access ๐Ÿ”’
    A trait for image access (load or store) code generators.