Import Dmabufs into CameraItems during render call. Consider replacing with a separate import_buffers call, or create buffers locally and expose export_buffers (slightly less state required) if this is too slow.

This commit is contained in:
UnderSampled
2023-09-17 23:17:54 -04:00
parent 70ab9c5c1d
commit b60c756d8b
7 changed files with 154 additions and 98 deletions

View File

@@ -62,6 +62,7 @@ xkbcommon = { version = "0.6.0", default-features = false, optional = true }
ctrlc = "3.4.1"
libc = "0.2.148"
input-event-codes = "5.16.8"
drm-fourcc = { version = "2.2.0", features = ["serde"] }
[dependencies.smithay]
# git = "https://github.com/technobaboo/smithay.git" # Until we get stereokit to understand OES samplers and external textures