Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ppb_opengles2ext_dev.h
Go to the documentation of this file.
1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2  * Use of this source code is governed by a BSD-style license that can be
3  * found in the LICENSE file. */
4 
5 /* From dev/ppb_opengles2ext_dev.idl modified Thu Oct 20 13:57:04 2016. */
6 
7 #ifndef PPAPI_C_DEV_PPB_OPENGLES2EXT_DEV_H_
8 #define PPAPI_C_DEV_PPB_OPENGLES2EXT_DEV_H_
9 
10 #include "ppapi/c/pp_macros.h"
11 #include "ppapi/c/pp_resource.h"
12 #include "ppapi/c/pp_stdint.h"
13 #include "ppapi/c/ppb_opengles2.h"
14 
15 #define PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0 \
16  "PPB_OpenGLES2DrawBuffers(Dev);1.0"
17 #define PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE \
18  PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0
19 
29 #include "ppapi/c/pp_resource.h"
30 #include "ppapi/c/ppb_opengles2.h"
31 
32 
38  void (*DrawBuffersEXT)(PP_Resource context,
39  GLsizei count,
40  const GLenum* bufs);
41 };
42 
44  void (*DrawBuffersEXT)(PP_Resource context,
45  GLsizei count,
46  const GLenum* bufs);
47 };
52 #endif /* PPAPI_C_DEV_PPB_OPENGLES2EXT_DEV_H_ */
53 
Definition: ppb_opengles2ext_dev.h:37
Definition: ppb_opengles2ext_dev.h:43
int32_t PP_Resource
Definition: pp_resource.h:40