Index: ppapi/c/dev/pp_graphics_3d_dev.h |
=================================================================== |
--- ppapi/c/dev/pp_graphics_3d_dev.h (revision 0) |
+++ ppapi/c/dev/pp_graphics_3d_dev.h (revision 0) |
@@ -0,0 +1,21 @@ |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef PPAPI_C_DEV_PP_GRAPHICS_3D_DEV_H_ |
+#define PPAPI_C_DEV_PP_GRAPHICS_3D_DEV_H_ |
+ |
+// These are the same error codes as used by EGL. |
+enum PP_Graphics3DError_Dev { |
+ PP_GRAPHICS3DERROR_CONTEXTLOST |
+}; |
+ |
+// QueryString targets, matching EGL ones. |
+enum PP_Graphics3DString_Dev { |
+ PP_Graphics3DString_VENDOR, |
+ PP_Graphics3DString_VERSION, |
+ PP_Graphics3DString_EXTENSIONS, |
+ PP_Graphics3DString_CLIENT_APIS |
+}; |
+ |
+#endif // PPAPI_C_DEV_PP_GRAPHICS_3D_DEV_H_ |
Property changes on: ppapi\c\dev\pp_graphics_3d_dev.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |