Module gfx_core::factory [−][src]
Resource factory
This module exposes the Factory
trait, used for creating and managing graphics resources, and
includes several items to facilitate this.
Enums
CombinedError | An error from creating textures with views at the same time. |
ResourceViewError | Error creating either a ShaderResourceView, or UnorderedAccessView. |
TargetViewError | Error creating either a RenderTargetView, or DepthStencilView. |
Traits
Factory | Overview |