Enum gfx_core::factory::ResourceViewError
[−]
[src]
pub enum ResourceViewError { NoBindFlag, Channel(ChannelType), Unsupported, }
Error creating either a ShaderResourceView, or UnorderedAccessView.
Variants
NoBindFlag | The corresponding bind flag does not present in the texture. | |
Channel | Selected channel type is not supported for this texture. | |
Unsupported | The backend refused for some reason. |