17 #ifndef __VIDEO_STATE_PYTHON_H 18 #define __VIDEO_STATE_PYTHON_H 24 #ifndef PY_STATE_OMIT_DECLARATION 29 unsigned is_file,
const char *pyclass);
34 const char *
id,
unsigned frame_count);
GLuint program
Definition: glext.h:7390
Definition: video_state_python.c:218
float py_state_get(py_state_t *handle, const char *id, unsigned frame_count)
Definition: video_state_python.c:392
void py_state_free(py_state_t *handle)
Definition: video_state_python.c:376
py_state_t * py_state_new(const char *program, unsigned is_file, const char *pyclass)
Definition: video_state_python.c:293