Rust macros utilizing the OpenGL API and Extension Registry.
```rust use openglregistrymacros::foreachopengl_command;
foreachopenglcommand! { fn #glcommandname(#glcommandargs) -> #glcommandrettype { println!("Hello from {}", stringify!(#glcommandname));
unimplemented!();
}
} ```