Module gfx::traits

source ·
Expand description

public re-exported traits

Traits

  • A Device is responsible for submitting CommandBuffers to the GPU.
  • Overview
  • This trait is responsible for creating and managing graphics resources, much like the Factory trait in the gfx crate. Every Factory automatically implements FactoryExt.
  • A trait for plain-old-data types.