OpenVG 1.0 State Tracker
Import of the OpenVG 1.0 state tracker for Gallium.
This commit is contained in:
16
progs/openvg/demos/lion-render.h
Normal file
16
progs/openvg/demos/lion-render.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef LION_RENDER_H
|
||||
#define LION_RENDER_H
|
||||
|
||||
#include <VG/openvg.h>
|
||||
|
||||
#define LION_SIZE 132
|
||||
struct lion {
|
||||
VGPath paths[LION_SIZE];
|
||||
VGPaint fills[LION_SIZE];
|
||||
};
|
||||
|
||||
struct lion *lion_create(void);
|
||||
void lion_render(struct lion *l);
|
||||
void lion_destroy(struct lion *l);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user