move Filament headers to own directory under iOS/macOS
This commit is contained in:
@@ -28,11 +28,7 @@
|
||||
namespace filament {
|
||||
|
||||
/**
|
||||
* Fence is used to synchronize rendering operations together, with the CPU or with compute.
|
||||
*
|
||||
* \note
|
||||
* Currently Fence only provide client-side synchronization.
|
||||
*
|
||||
* Fence is used to synchronize the application main thread with filament's rendering thread.
|
||||
*/
|
||||
class UTILS_PUBLIC Fence : public FilamentAPI {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user