Separate src/driver into its own library

In this first step, we just "blindly" move everything under src/driver
to a new library libbackend.a. And all headers are moved under
private/backend.

Note that "driver" is renamed "backend", but namespaces are unchanged for now.

Later we'll have to untangle the actual private headers from public
ones and ideally not have any private headers.
This commit is contained in:
Mathias Agopian
2019-03-21 13:54:11 -07:00
committed by Mathias Agopian
parent 7d31d1a384
commit 2b5f6cafa6
171 changed files with 539 additions and 386 deletions

View File

@@ -23,7 +23,7 @@
#include <android/bitmap.h>
#endif
#include <filament/driver/BufferDescriptor.h>
#include <backend/BufferDescriptor.h>
#include <filament/Engine.h>
#include <filament/Stream.h>
#include <filament/Texture.h>