/* Copyright 2012 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* From pp_graphics_3d.idl modified Fri Jun 9 15:44:15 2017. */ #ifndef PPAPI_C_PP_GRAPHICS_3D_H_ #define PPAPI_C_PP_GRAPHICS_3D_H_ #include "ppapi/c/pp_macros.h" /** * @file * This file defines the <code>PP_Graphics3DAttrib</code> enumeration for use in * PPAPI C headers. */ /** * @addtogroup Enums * @{ */ PP_Graphics3DAttrib; PP_COMPILE_ASSERT_SIZE_IN_BYTES(…); /** * @} */ #endif /* PPAPI_C_PP_GRAPHICS_3D_H_ */