Enum glium::program::GetBinaryError
[−]
[src]
pub enum GetBinaryError { NotSupported, }
Error while retreiving the binary representation of a program.
Variants
NotSupported | The backend doesn't support binary. |