chromium/ppapi/c/ppb_opengles2.h

/* Copyright 2014 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

/* From ppb_opengles2.idl modified Fri Sep  5 14:52:51 2014. */

#ifndef PPAPI_C_PPB_OPENGLES2_H_
#define PPAPI_C_PPB_OPENGLES2_H_

#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"

#define PPB_OPENGLES2_INTERFACE_1_0
#define PPB_OPENGLES2_INTERFACE

#define PPB_OPENGLES2_INSTANCEDARRAYS_INTERFACE_1_0
#define PPB_OPENGLES2_INSTANCEDARRAYS_INTERFACE

#define PPB_OPENGLES2_FRAMEBUFFERBLIT_INTERFACE_1_0
#define PPB_OPENGLES2_FRAMEBUFFERBLIT_INTERFACE

#define PPB_OPENGLES2_FRAMEBUFFERMULTISAMPLE_INTERFACE_1_0
#define PPB_OPENGLES2_FRAMEBUFFERMULTISAMPLE_INTERFACE

#define PPB_OPENGLES2_CHROMIUMENABLEFEATURE_INTERFACE_1_0
#define PPB_OPENGLES2_CHROMIUMENABLEFEATURE_INTERFACE

#define PPB_OPENGLES2_CHROMIUMMAPSUB_INTERFACE_1_0
#define PPB_OPENGLES2_CHROMIUMMAPSUB_INTERFACE

#define PPB_OPENGLES2_QUERY_INTERFACE_1_0
#define PPB_OPENGLES2_QUERY_INTERFACE

#define PPB_OPENGLES2_VERTEXARRAYOBJECT_INTERFACE_1_0
#define PPB_OPENGLES2_VERTEXARRAYOBJECT_INTERFACE

/**
 * @file
 * This file is auto-generated from
 * gpu/command_buffer/build_gles2_cmd_buffer.py
 * It's formatted by clang-format using chromium coding style:
 *    clang-format -i -style=chromium filename
 * DO NOT EDIT! */


#include "ppapi/c/pp_resource.h"

#ifndef __gl2_h_
GLvoid;
GLsizei;
GLushort;
GLshort;
GLubyte;
GLenum;
GLint;
GLboolean;
GLbitfield;
GLfloat;
GLclampf;
GLbyte;
GLuint;
GLfixed;
GLclampx;
#ifdef _WIN64
typedef long long int GLintptr;
typedef long long int GLsizeiptr;
#else
GLintptr;
GLsizeiptr;
#endif  // _WIN64
#endif  // __gl2_h_


/**
 * @addtogroup Interfaces
 * @{
 */
struct PPB_OpenGLES2_1_0 {};

struct PPB_OpenGLES2 {};

struct PPB_OpenGLES2InstancedArrays_1_0 {};

struct PPB_OpenGLES2InstancedArrays {};

struct PPB_OpenGLES2FramebufferBlit_1_0 {};

struct PPB_OpenGLES2FramebufferBlit {};

struct PPB_OpenGLES2FramebufferMultisample_1_0 {};

struct PPB_OpenGLES2FramebufferMultisample {};

struct PPB_OpenGLES2ChromiumEnableFeature_1_0 {};

struct PPB_OpenGLES2ChromiumEnableFeature {};

struct PPB_OpenGLES2ChromiumMapSub_1_0 {};

struct PPB_OpenGLES2ChromiumMapSub {};

struct PPB_OpenGLES2Query_1_0 {};

struct PPB_OpenGLES2Query {};

struct PPB_OpenGLES2VertexArrayObject_1_0 {};

struct PPB_OpenGLES2VertexArrayObject {};
/**
 * @}
 */

#endif  // PPAPI_C_PPB_OPENGLES2_H_