Expand description
§Resource factory
This module exposes the Factory
trait, used for creating and managing graphics resources, and
includes several items to facilitate this.
Enums§
- Combined
Error - An error from creating textures with views at the same time.
- Resource
View Error - Error creating either a ShaderResourceView, or UnorderedAccessView.
- Target
View Error - Error creating either a RenderTargetView, or DepthStencilView.
Traits§
- Factory
- Overview