Enum gfx::CombinedError
[−]
[src]
pub enum CombinedError {
Texture(Error),
Resource(ResourceViewError),
Target(TargetViewError),
}An error from creating textures with views at the same time.
Variants
Texture | Failed to create the raw texture. | |
Resource | Failed to create SRV or UAV. | |
Target | Failed to create RTV or DSV. |