Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/gfx/skia/skia/src/sksl/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  SkSLProgramKind.h   Sprache: C

 
/*
 * Copyright 2021 Google LLC.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */


#ifndef SkSLProgramKind_DEFINED
#define SkSLProgramKind_DEFINED

#include <cinttypes>

namespace SkSL {

/**
 * SkSL supports several different program kinds.
 */

enum class ProgramKind : int8_t {
    kFragment,
    kVertex,
    kCompute,
    kGraphiteFragment,
    kGraphiteVertex,
    kGraphiteFragmentES2,
    kGraphiteVertexES2,
    kRuntimeColorFilter,        // Runtime effect only suitable as SkColorFilter
    kRuntimeShader,             //   "       "     "      "     "  SkShader
    kRuntimeBlender,            //   "       "     "      "     "  SkBlender
    kPrivateRuntimeColorFilter, // Runtime color filter with public restrictions lifted
    kPrivateRuntimeShader,      // Runtime shader        "     "         "         "
    kPrivateRuntimeBlender,     // Runtime blender       "     "         "         "
    kMeshVertex,                // Vertex   portion of a custom mesh
    kMeshFragment,              // Fragment  "      "  "   "     "
};

// namespace SkSL

#endif

Messung V0.5
C=91 H=97 G=93

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.