Struct
WPEPlatformBufferDMABufFormatsBuilder
Description [src]
struct WPEBufferDMABufFormatsBuilder {
/* No available fields */
}
Helper type to build a WPEBufferDMABufFormats.
Instance methods
wpe_buffer_dma_buf_formats_builder_append_format
Append a new pair of format and modifier to the last group added to builder.
wpe_buffer_dma_buf_formats_builder_append_group
Append a new group for device and usage to builder.
If device is NULL, the main device passed to wpe_buffer_dma_buf_formats_builder_new()
should be used.
wpe_buffer_dma_buf_formats_builder_end
End the builder process and return the constructed WPEBufferDMABufFormats.
This function calls wpe_buffer_dma_buf_formats_builder_unref() on builder.