render/allocator: add DMA-BUF heap allocator

This commit is contained in:
Simon Ser 2023-10-31 19:15:25 +01:00
parent ab118042ea
commit aa6d72f904
5 changed files with 156 additions and 2 deletions

View file

@ -72,6 +72,7 @@ features = {
'gles2-renderer': false,
'vulkan-renderer': false,
'gbm-allocator': false,
'dma-heap-allocator': false,
'session': false,
'color-management': false,
}