| struct { | |
| int nb_layers | |
| struct { | |
| uint_32 format; | |
| uint64_t format_modifier; | |
| int fd; | |
| struct { | |
| ptrdiff_t offsets[]; | |
| ptrdiff_t pitches[]; | |
| } Whatever; | |
| } Layer; | |
| } Descriptor; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment