aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/backends/GLES/GCDeviceBackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/backends/GLES/GCDeviceBackend.h')
-rw-r--r--arm_compute/graph/backends/GLES/GCDeviceBackend.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm_compute/graph/backends/GLES/GCDeviceBackend.h b/arm_compute/graph/backends/GLES/GCDeviceBackend.h
index dc0e2b07dc..ba789221e3 100644
--- a/arm_compute/graph/backends/GLES/GCDeviceBackend.h
+++ b/arm_compute/graph/backends/GLES/GCDeviceBackend.h
@@ -53,7 +53,8 @@ public:
std::shared_ptr<arm_compute::IMemoryManager> create_memory_manager(MemoryManagerAffinity affinity) override;
private:
- GCBufferAllocator _allocator; /**< GLES buffer affinity allocator */
+ bool _initialized; /**< Flag that specifies if the backend has been default initialized */
+ GCBufferAllocator _allocator; /**< GLES buffer affinity allocator */
};
} // namespace backends
} // namespace graph