Module makepad_widgets::shader::std::os::cx_stdin
Structs
- One of the “presentable images” of a
SharedSwapchain
. - Cross-process-unique (on best-effort) ID of a [
SharedPresentableImage
], such that multiple processes on the same system should be able to share swapchains with each-other and (effectively) never observe collisions. - “Swapchains” group together some number (i.e.
SWAPCHAIN_IMAGE_COUNT
here) of “presentable images”, to form a queue of render targets which can be “presented” (to a surface, like a display, window, etc.) independently of rendering being done onto other “presentable images” in the “swapchain”.
Enums
Constants
Type Aliases
- DMA-BUF-backed image from
eglExportDMABUFImageMESA
.