You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
virglrenderer/vtest/vtest.h

8 lines
104 B

#ifndef VTEST_H
#define VTEST_H
int vtest_create_renderer(int fd);
int vtest_send_caps(void);
#endif