Module gfx::traits [] [src]

public re-exported traits

Traits

Device

A Device is responsible for submitting CommandBuffers to the GPU.

DeviceFence

Extension to the Device that allows for submitting of commands around a fence

Factory

A Factory is responsible for creating and managing resources for the context it was created with.

FactoryExt

This trait is responsible for creating and managing graphics resources, much like the Factory trait in the gfx crate. Every Factory automatically implements FactoryExt.