Type Alias makepad_draw::os::cx_stdin::SharedPresentableImageOsHandle
source · pub type SharedPresentableImageOsHandle = Image<RemoteFd>;Expand description
DMA-BUF-backed image from eglExportDMABUFImageMESA.
Aliased Type§
struct SharedPresentableImageOsHandle {
pub drm_format: DrmFormat,
pub planes: ImagePlane<RemoteFd>,
}Fields§
§drm_format: DrmFormat§planes: ImagePlane<RemoteFd>