filament
filament copied to clipboard
API for importing native buffers as buffer objects
First PR of https://github.com/google/filament/issues/7319. To be followed by another 2 PRs for Metal and for OpenGL backends. I have a working solution for these 2 backends but I wanted to keep the changelist small so I opened this PR that doesn't contain any implementation.
Preview for a possible Metal implementaiton: https://github.com/shapr3d/filament/compare/import_native_buffers...shapr3d:filament:import_native_buffers_mtl
Since this PR diverged from main, I close it. Can be reopened anytime if needed.