1 // Copyright 2013 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.
5 #ifndef GPU_COMMAND_BUFFER_COMMON_CAPABILITIES_H_
6 #define GPU_COMMAND_BUFFER_COMMON_CAPABILITIES_H_
8 #include "gpu/gpu_export.h"
12 struct GPU_EXPORT Capabilities
{
14 bool egl_image_external
;
15 bool texture_format_bgra8888
;
16 bool texture_format_etc1
;
17 bool texture_format_etc1_npot
;
18 bool texture_rectangle
;
22 bool discard_framebuffer
;
25 bool future_sync_points
;
26 bool blend_equation_advanced
;
27 bool blend_equation_advanced_coherent
;
34 #endif // GPU_COMMAND_BUFFER_COMMON_CAPABILITIES_H_