mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-31 07:11:27 -04:00
Add the gears from glxgears.
This commit is contained in:
parent
33a52bd07d
commit
8a9cda8cfb
4 changed files with 298 additions and 9 deletions
10
gears.h
Normal file
10
gears.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef _GEARS_H_
|
||||
#define _GEARS_H_
|
||||
|
||||
struct gears;
|
||||
|
||||
struct gears *gears_create(void);
|
||||
|
||||
void gears_draw(struct gears *gears, GLfloat angle);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue