15 lines
161 B
C
15 lines
161 B
C
|
|
|
|
|
|
typedef struct
|
|
{
|
|
int fd;
|
|
int width;
|
|
int height;
|
|
int stride;
|
|
int offset;
|
|
int fourcc;
|
|
int numplanes;
|
|
unsigned long int modifiers;
|
|
} dma_texture_params;
|