mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
31 lines
923 B
C
31 lines
923 B
C
// Copyright 2014 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.
|
|
|
|
// 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!
|
|
|
|
// It is included by client_context_state.h
|
|
#ifndef GPU_COMMAND_BUFFER_CLIENT_CLIENT_CONTEXT_STATE_AUTOGEN_H_
|
|
#define GPU_COMMAND_BUFFER_CLIENT_CLIENT_CONTEXT_STATE_AUTOGEN_H_
|
|
|
|
struct EnableFlags {
|
|
EnableFlags();
|
|
bool blend;
|
|
bool cull_face;
|
|
bool depth_test;
|
|
bool dither;
|
|
bool polygon_offset_fill;
|
|
bool sample_alpha_to_coverage;
|
|
bool sample_coverage;
|
|
bool scissor_test;
|
|
bool stencil_test;
|
|
bool rasterizer_discard;
|
|
bool primitive_restart_fixed_index;
|
|
};
|
|
|
|
#endif // GPU_COMMAND_BUFFER_CLIENT_CLIENT_CONTEXT_STATE_AUTOGEN_H_
|