Update openglexample
This commit is contained in:
14
examples/opengl/vr_context.h
Normal file
14
examples/opengl/vr_context.h
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int fd;
|
||||
int width;
|
||||
int height;
|
||||
int stride;
|
||||
int offset;
|
||||
int fourcc;
|
||||
int numplanes;
|
||||
unsigned long int modifiers;
|
||||
} dma_texture_params;
|
||||
Reference in New Issue
Block a user