Struct gl_generator::registry::Cmd
[−]
[src]
pub struct Cmd {
pub proto: Binding,
pub params: Vec<Binding>,
pub is_safe: bool,
pub alias: Option<String>,
pub vecequiv: Option<String>,
pub glx: Option<GlxOpcode>,
}Fields
proto | |
params | |
is_safe | True if this command doesn't take any pointers. Unused by the built-in generators. |
alias | |
vecequiv | |
glx |