Remove build warnings
[platform/core/uifw/dali-adaptor.git] / dali / internal / graphics / gles-impl / egl-graphics-controller-debug.cpp
index 9ee5721..4ac58ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -145,6 +145,11 @@ void DumpCommandBuffer(FILE* output, const GLES::CommandBuffer* commandBuffer)
         fprintf(output, "{\"Cmd\":\"DRAW_INDEXED\"}\n");
         break;
       }
+      case GLES::CommandType::DRAW_NATIVE:
+      {
+        fprintf(output, "{\"Cmd\":\"DRAW_NATIVE\"}\n");
+        break;
+      }
       case GLES::CommandType::DRAW_INDEXED_INDIRECT:
       {
         fprintf(output, "{\"Cmd\":\"DRAW_INDEXED_INDIRECT\"}\n");